Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69f52adb authored by Karsten Keil's avatar Karsten Keil
Browse files

mISDN: Add HFC USB driver



Enable support for USB ISDN TAs with Cologne Chip AG's
HFC-S USB ISDN Controller.

Signed-off-by: default avatarMartin Bachem <m.bachem@gmx.de>
Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
parent 3f75e84a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -23,3 +23,10 @@ config MISDN_HFCMULTI
	   * HFC-8S (8 S/T interfaces on one chip)
	   * HFC-E1 (E1 interface for 2Mbit ISDN)

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
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@

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