2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-07-26 18:55:28 +02:00
|
|
|
#
|
|
|
|
# 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
|
2019-11-20 21:41:20 +08:00
|
|
|
HFC PCI chip.
|
2008-07-26 18:55:28 +02:00
|
|
|
|
2008-07-27 02:00:43 +02:00
|
|
|
config MISDN_HFCMULTI
|
|
|
|
tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
|
2017-03-16 10:18:02 +01:00
|
|
|
depends on PCI || CPM1
|
2008-07-27 02:00:43 +02:00
|
|
|
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)
|
|
|
|
|
2009-05-22 11:04:53 +00:00
|
|
|
config MISDN_HFCMULTI_8xx
|
2014-12-20 15:41:11 -05:00
|
|
|
bool "Support for XHFC embedded board in HFC multiport driver"
|
2009-05-22 11:04:53 +00:00
|
|
|
depends on MISDN
|
|
|
|
depends on MISDN_HFCMULTI
|
2017-03-16 10:18:02 +01:00
|
|
|
depends on CPM1
|
|
|
|
default CPM1
|
2009-05-22 11:04:53 +00:00
|
|
|
help
|
|
|
|
Enable support for the XHFC embedded solution from Speech Design.
|
|
|
|
|
2009-01-09 16:20:51 +01:00
|
|
|
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
|
|
|
|
|
2009-07-22 19:52:24 +02:00
|
|
|
config MISDN_AVMFRITZ
|
|
|
|
tristate "Support for AVM FRITZ!CARD PCI"
|
|
|
|
depends on MISDN
|
|
|
|
depends on PCI
|
|
|
|
select MISDN_IPAC
|
|
|
|
help
|
|
|
|
Enable support for AVMs FRITZ!CARD PCI cards
|
|
|
|
|
2009-07-22 20:01:59 +02:00
|
|
|
config MISDN_SPEEDFAX
|
|
|
|
tristate "Support for Sedlbauer Speedfax+"
|
|
|
|
depends on MISDN
|
|
|
|
depends on PCI
|
|
|
|
select MISDN_IPAC
|
|
|
|
select MISDN_ISAR
|
|
|
|
help
|
|
|
|
Enable support for Sedlbauer Speedfax+.
|
|
|
|
|
2009-07-22 19:42:46 +02:00
|
|
|
config MISDN_INFINEON
|
|
|
|
tristate "Support for cards with Infineon chipset"
|
|
|
|
depends on MISDN
|
|
|
|
depends on PCI
|
|
|
|
select MISDN_IPAC
|
|
|
|
help
|
|
|
|
Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
|
|
|
|
chip from Infineon (former manufacturer Siemens).
|
|
|
|
|
2009-07-22 20:06:05 +02:00
|
|
|
config MISDN_W6692
|
|
|
|
tristate "Support for cards with Winbond 6692"
|
|
|
|
depends on MISDN
|
|
|
|
depends on PCI
|
|
|
|
help
|
|
|
|
Enable support for Winbond 6692 PCI chip based cards.
|
|
|
|
|
2009-07-23 10:03:05 +02:00
|
|
|
config MISDN_NETJET
|
|
|
|
tristate "Support for NETJet cards"
|
|
|
|
depends on MISDN
|
|
|
|
depends on PCI
|
2013-01-17 22:44:22 -08:00
|
|
|
depends on TTY
|
2009-07-23 10:03:05 +02:00
|
|
|
select MISDN_IPAC
|
2019-04-18 22:57:08 +02:00
|
|
|
select MISDN_HDLC
|
2009-07-23 10:03:05 +02:00
|
|
|
help
|
|
|
|
Enable support for Traverse Technologies NETJet PCI cards.
|
|
|
|
|
2019-04-18 22:57:08 +02:00
|
|
|
config MISDN_HDLC
|
|
|
|
tristate
|
|
|
|
select CRC_CCITT
|
|
|
|
select BITREVERSE
|
2009-07-22 19:42:46 +02:00
|
|
|
|
|
|
|
config MISDN_IPAC
|
|
|
|
tristate
|
|
|
|
depends on MISDN
|
|
|
|
|
2009-07-22 20:01:59 +02:00
|
|
|
config MISDN_ISAR
|
|
|
|
tristate
|
|
|
|
depends on MISDN
|
|
|
|
|