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

Commit a900845e authored by Karsten Keil's avatar Karsten Keil
Browse files

mISDN: Add support for Traverse Technologies NETJet PCI cards



Add support for cards based on the Tiger 300 and Tiger 320
ISDN PCI chip.
Currently only the ISAC ISDN line interface is supported.

Signed-off-by: default avatarKarsten Keil <keil@b1-systems.de>
parent 707b2ce6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -72,6 +72,15 @@ config MISDN_W6692
	help
	  Enable support for Winbond 6692 PCI chip based cards.

config MISDN_NETJET
	tristate "Support for NETJet cards"
	depends on MISDN
	depends on PCI
	select MISDN_IPAC
	select ISDN_HDLC
	help
	  Enable support for Traverse Technologies NETJet PCI cards.


config MISDN_IPAC
	tristate
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ obj-$(CONFIG_MISDN_AVMFRITZ) += avmfritz.o
obj-$(CONFIG_MISDN_SPEEDFAX) += speedfax.o
obj-$(CONFIG_MISDN_INFINEON) += mISDNinfineon.o
obj-$(CONFIG_MISDN_W6692) += w6692.o
obj-$(CONFIG_MISDN_NETJET) += netjet.o
# chip modules
obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o
obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o