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

Commit 6115d2f3 authored by Karsten Keil's avatar Karsten Keil
Browse files

mISDN: Driver for AVM Fritz!CARD PCI



Add mISDN driver for AVM FRITZ!CARD PCI (all versions).

Signed-off-by: default avatarKarsten Keil <keil@b1-systems.de>
parent cae86d4a
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -39,6 +39,14 @@ config MISDN_HFCUSB
	  Enable support for USB ISDN TAs with Cologne Chip AG's
	  Enable support for USB ISDN TAs with Cologne Chip AG's
	  HFC-S USB ISDN Controller
	  HFC-S USB ISDN Controller


config MISDN_AVMFRITZ
	tristate "Support for AVM FRITZ!CARD PCI"
	depends on MISDN
	depends on PCI
	select MISDN_IPAC
	help
	  Enable support for AVMs FRITZ!CARD PCI cards

config MISDN_INFINEON
config MISDN_INFINEON
	tristate "Support for cards with Infineon chipset"
	tristate "Support for cards with Infineon chipset"
	depends on MISDN
	depends on MISDN
+1 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@
obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o
obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o
obj-$(CONFIG_MISDN_HFCMULTI) += hfcmulti.o
obj-$(CONFIG_MISDN_HFCMULTI) += hfcmulti.o
obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o
obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o
obj-$(CONFIG_MISDN_AVMFRITZ) += avmfritz.o
obj-$(CONFIG_MISDN_INFINEON) += mISDNinfineon.o
obj-$(CONFIG_MISDN_INFINEON) += mISDNinfineon.o
# chip modules
# chip modules
obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o
obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o
+1152 −0

File added.

Preview size limit exceeded, changes collapsed.