You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
#
|
|
# 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
|
|
|
|
|