Skip to content

Commit

Permalink
Add mISDN HFC multiport driver
Browse files Browse the repository at this point in the history
Enable support for cards with Cologne Chip AG's HFC multiport
chip.

Signed-off-by: Karsten Keil <kkeil@suse.de>
  • Loading branch information
Karsten Keil committed Jul 27, 2008
1 parent 1700fe1 commit af69fb3
Show file tree
Hide file tree
Showing 5 changed files with 6,570 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/isdn/hardware/mISDN/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 1 addition & 0 deletions drivers/isdn/hardware/mISDN/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
#

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

0 comments on commit af69fb3

Please sign in to comment.