diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-27 02:00:43 +0200 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-27 02:00:43 +0200 |
commit | af69fb3a8ffa37e986db00ed93099dc44babeef4 (patch) | |
tree | 63354d4ae8b0d6e08f3f550e55cb6c4ccc548bd3 /drivers/isdn/hardware/mISDN/Kconfig | |
parent | 1700fe1a10dc0eaac0ef60a8093eaeafa9bff9ae (diff) |
Add mISDN HFC multiport driver
Enable support for cards with Cologne Chip AG's HFC multiport
chip.
Signed-off-by: Karsten Keil <kkeil@suse.de>
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 f62dc8752be..14793480c45 100644 --- a/drivers/isdn/hardware/mISDN/Kconfig +++ b/drivers/isdn/hardware/mISDN/Kconfig @@ -11,3 +11,15 @@ config MISDN_HFCPCI 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 + 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) + |