blob: 09df54fc1fef2162bf06228dddc431f2f7a9feeb [file] [log] [blame]
Karsten Keil1700fe12008-07-26 18:55:28 +02001#
2# Hardware for mISDN
3#
4comment "mISDN hardware drivers"
5
6config 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
Karsten Keilaf69fb32008-07-27 02:00:43 +020014config MISDN_HFCMULTI
15 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
Karsten Keildb9bb632009-05-22 11:04:53 +000016 depends on PCI || 8xx
Karsten Keilaf69fb32008-07-27 02:00:43 +020017 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
Karsten Keildb9bb632009-05-22 11:04:53 +000026config MISDN_HFCMULTI_8xx
Christoph Jaeger6341e622014-12-20 15:41:11 -050027 bool "Support for XHFC embedded board in HFC multiport driver"
Karsten Keildb9bb632009-05-22 11:04:53 +000028 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
Karsten Keil69f52ad2009-01-09 16:20:51 +010035config 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
Karsten Keil6115d2f2009-07-22 19:52:24 +020042config 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
Karsten Keilda2272c92009-07-22 20:01:59 +020050config MISDN_SPEEDFAX
51 tristate "Support for Sedlbauer Speedfax+"
52 depends on MISDN
53 depends on PCI
54 select MISDN_IPAC
55 select MISDN_ISAR
56 help
57 Enable support for Sedlbauer Speedfax+.
58
Karsten Keilcae86d42009-07-22 19:42:46 +020059config MISDN_INFINEON
60 tristate "Support for cards with Infineon chipset"
61 depends on MISDN
62 depends on PCI
63 select MISDN_IPAC
64 help
65 Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
66 chip from Infineon (former manufacturer Siemens).
67
Karsten Keil707b2ce2009-07-22 20:06:05 +020068config MISDN_W6692
69 tristate "Support for cards with Winbond 6692"
70 depends on MISDN
71 depends on PCI
72 help
73 Enable support for Winbond 6692 PCI chip based cards.
74
Karsten Keila9008452009-07-23 10:03:05 +020075config MISDN_NETJET
76 tristate "Support for NETJet cards"
77 depends on MISDN
78 depends on PCI
Joe Millenbach4f73bc42013-01-17 22:44:22 -080079 depends on TTY
Karsten Keila9008452009-07-23 10:03:05 +020080 select MISDN_IPAC
81 select ISDN_HDLC
Randy Dunlap8823ad32009-09-28 12:47:36 -070082 select ISDN_I4L
Karsten Keila9008452009-07-23 10:03:05 +020083 help
84 Enable support for Traverse Technologies NETJet PCI cards.
85
Karsten Keilcae86d42009-07-22 19:42:46 +020086
87config MISDN_IPAC
88 tristate
89 depends on MISDN
90
Karsten Keilda2272c92009-07-22 20:01:59 +020091config MISDN_ISAR
92 tristate
93 depends on MISDN
94