11700fe1aSKarsten Keil#
21700fe1aSKarsten Keil# Hardware for mISDN
31700fe1aSKarsten Keil#
41700fe1aSKarsten Keilcomment "mISDN hardware drivers"
51700fe1aSKarsten Keil
61700fe1aSKarsten Keilconfig MISDN_HFCPCI
71700fe1aSKarsten Keil	tristate "Support for HFC PCI cards"
81700fe1aSKarsten Keil	depends on MISDN
91700fe1aSKarsten Keil	depends on PCI
101700fe1aSKarsten Keil	help
111700fe1aSKarsten Keil	  Enable support for cards with Cologne Chip AG's
121700fe1aSKarsten Keil          HFC PCI chip.
131700fe1aSKarsten Keil
14af69fb3aSKarsten Keilconfig MISDN_HFCMULTI
15af69fb3aSKarsten Keil	tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
16db9bb63aSKarsten Keil	depends on PCI || 8xx
17af69fb3aSKarsten Keil	depends on MISDN
18af69fb3aSKarsten Keil	help
19af69fb3aSKarsten Keil	  Enable support for cards with Cologne Chip AG's HFC multiport
20af69fb3aSKarsten Keil	  chip. There are three types of chips that are quite similar,
21af69fb3aSKarsten Keil	  but the interface is different:
22af69fb3aSKarsten Keil	   * HFC-4S (4 S/T interfaces on one chip)
23af69fb3aSKarsten Keil	   * HFC-8S (8 S/T interfaces on one chip)
24af69fb3aSKarsten Keil	   * HFC-E1 (E1 interface for 2Mbit ISDN)
25af69fb3aSKarsten Keil
26db9bb63aSKarsten Keilconfig MISDN_HFCMULTI_8xx
27db9bb63aSKarsten Keil	boolean "Support for XHFC embedded board in HFC multiport driver"
28db9bb63aSKarsten Keil	depends on MISDN
29db9bb63aSKarsten Keil	depends on MISDN_HFCMULTI
30db9bb63aSKarsten Keil	depends on 8xx
31db9bb63aSKarsten Keil	default 8xx
32db9bb63aSKarsten Keil	help
33db9bb63aSKarsten Keil	  Enable support for the XHFC embedded solution from Speech Design.
34db9bb63aSKarsten Keil
3569f52adbSKarsten Keilconfig MISDN_HFCUSB
3669f52adbSKarsten Keil	tristate "Support for HFC-S USB based TAs"
3769f52adbSKarsten Keil	depends on USB
3869f52adbSKarsten Keil	help
3969f52adbSKarsten Keil	  Enable support for USB ISDN TAs with Cologne Chip AG's
4069f52adbSKarsten Keil	  HFC-S USB ISDN Controller
4169f52adbSKarsten Keil
42*6115d2f3SKarsten Keilconfig MISDN_AVMFRITZ
43*6115d2f3SKarsten Keil	tristate "Support for AVM FRITZ!CARD PCI"
44*6115d2f3SKarsten Keil	depends on MISDN
45*6115d2f3SKarsten Keil	depends on PCI
46*6115d2f3SKarsten Keil	select MISDN_IPAC
47*6115d2f3SKarsten Keil	help
48*6115d2f3SKarsten Keil	  Enable support for AVMs FRITZ!CARD PCI cards
49*6115d2f3SKarsten Keil
50cae86d4aSKarsten Keilconfig MISDN_INFINEON
51cae86d4aSKarsten Keil	tristate "Support for cards with Infineon chipset"
52cae86d4aSKarsten Keil	depends on MISDN
53cae86d4aSKarsten Keil	depends on PCI
54cae86d4aSKarsten Keil	select MISDN_IPAC
55cae86d4aSKarsten Keil	help
56cae86d4aSKarsten Keil	  Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
57cae86d4aSKarsten Keil	  chip from Infineon (former manufacturer Siemens).
58cae86d4aSKarsten Keil
59cae86d4aSKarsten Keil
60cae86d4aSKarsten Keilconfig MISDN_IPAC
61cae86d4aSKarsten Keil	tristate
62cae86d4aSKarsten Keil	depends on MISDN
63cae86d4aSKarsten Keil
64