OSDN Git Service

212dee6adec68bc44a2be0c6f42b5d15960de182
[uclinux-h8/linux.git] / drivers / isdn / hardware / mISDN / Kconfig
1 #
2 # Hardware for mISDN
3 #
4 comment "mISDN hardware drivers"
5
6 config MISDN_HFCPCI
7         tristate "Support for HFC PCI cards"
8         depends on MISDN
9         depends on PCI
10         help
11           Enable support for cards with Cologne Chip AG's
12           HFC PCI chip.
13
14 config MISDN_HFCMULTI
15         tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
16         depends on PCI || 8xx
17         depends on MISDN
18         help
19           Enable support for cards with Cologne Chip AG's HFC multiport
20           chip. There are three types of chips that are quite similar,
21           but the interface is different:
22            * HFC-4S (4 S/T interfaces on one chip)
23            * HFC-8S (8 S/T interfaces on one chip)
24            * HFC-E1 (E1 interface for 2Mbit ISDN)
25
26 config MISDN_HFCMULTI_8xx
27         boolean "Support for XHFC embedded board in HFC multiport driver"
28         depends on MISDN
29         depends on MISDN_HFCMULTI
30         depends on 8xx
31         default 8xx
32         help
33           Enable support for the XHFC embedded solution from Speech Design.
34
35 config MISDN_HFCUSB
36         tristate "Support for HFC-S USB based TAs"
37         depends on USB
38         help
39           Enable support for USB ISDN TAs with Cologne Chip AG's
40           HFC-S USB ISDN Controller
41
42 config MISDN_AVMFRITZ
43         tristate "Support for AVM FRITZ!CARD PCI"
44         depends on MISDN
45         depends on PCI
46         select MISDN_IPAC
47         help
48           Enable support for AVMs FRITZ!CARD PCI cards
49
50 config MISDN_INFINEON
51         tristate "Support for cards with Infineon chipset"
52         depends on MISDN
53         depends on PCI
54         select MISDN_IPAC
55         help
56           Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
57           chip from Infineon (former manufacturer Siemens).
58
59
60 config MISDN_IPAC
61         tristate
62         depends on MISDN
63