db9bb63a1b
New version without emulating arch specific stuff for the other architectures, the special IO and init functions for the 8xx microcontroller are in a separate include file. Signed-off-by: Andreas Eversberg <andreas@eversberg.eu> Signed-off-by: Karsten Keil <keil@b1-systems.de> Signed-off-by: David S. Miller <davem@davemloft.net>
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
#
|
|
# Hardware for mISDN
|
|
#
|
|
comment "mISDN hardware drivers"
|
|
|
|
config MISDN_HFCPCI
|
|
tristate "Support for HFC PCI cards"
|
|
depends on MISDN
|
|
depends on PCI
|
|
help
|
|
Enable support for cards with Cologne Chip AG's
|
|
HFC PCI chip.
|
|
|
|
config MISDN_HFCMULTI
|
|
tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
|
|
depends on PCI || 8xx
|
|
depends on MISDN
|
|
help
|
|
Enable support for cards with Cologne Chip AG's HFC multiport
|
|
chip. There are three types of chips that are quite similar,
|
|
but the interface is different:
|
|
* HFC-4S (4 S/T interfaces on one chip)
|
|
* HFC-8S (8 S/T interfaces on one chip)
|
|
* HFC-E1 (E1 interface for 2Mbit ISDN)
|
|
|
|
config MISDN_HFCMULTI_8xx
|
|
boolean "Support for XHFC embedded board in HFC multiport driver"
|
|
depends on MISDN
|
|
depends on MISDN_HFCMULTI
|
|
depends on 8xx
|
|
default 8xx
|
|
help
|
|
Enable support for the XHFC embedded solution from Speech Design.
|
|
|
|
config MISDN_HFCUSB
|
|
tristate "Support for HFC-S USB based TAs"
|
|
depends on USB
|
|
help
|
|
Enable support for USB ISDN TAs with Cologne Chip AG's
|
|
HFC-S USB ISDN Controller
|
|
|