diff options
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Kconfig')
-rw-r--r-- | drivers/isdn/hardware/mISDN/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/Kconfig b/drivers/isdn/hardware/mISDN/Kconfig index f62dc8752be9..14793480c453 100644 --- a/drivers/isdn/hardware/mISDN/Kconfig +++ b/drivers/isdn/hardware/mISDN/Kconfig | |||
@@ -11,3 +11,15 @@ config MISDN_HFCPCI | |||
11 | Enable support for cards with Cologne Chip AG's | 11 | Enable support for cards with Cologne Chip AG's |
12 | HFC PCI chip. | 12 | HFC PCI chip. |
13 | 13 | ||
14 | config MISDN_HFCMULTI | ||
15 | tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" | ||
16 | depends on PCI | ||
17 | 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 | |||