Skip to content

Commit af69fb3

Browse files
author
Karsten Keil
committed
Add mISDN HFC multiport driver
Enable support for cards with Cologne Chip AG's HFC multiport chip. Signed-off-by: Karsten Keil <[email protected]>
1 parent 1700fe1 commit af69fb3

File tree

5 files changed

+6570
-0
lines changed

5 files changed

+6570
-0
lines changed

drivers/isdn/hardware/mISDN/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@ config MISDN_HFCPCI
1111
Enable support for cards with Cologne Chip AG's
1212
HFC PCI chip.
1313

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+

drivers/isdn/hardware/mISDN/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
#
55

66
obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o
7+
obj-$(CONFIG_MISDN_HFCMULTI) += hfcmulti.o

0 commit comments

Comments
 (0)