diff options
author | Karsten Keil <keil@b1-systems.de> | 2009-07-23 10:03:05 +0200 |
---|---|---|
committer | Karsten Keil <keil@b1-systems.de> | 2009-07-25 20:22:36 +0200 |
commit | a900845e56617edc005fd8f35bfd5a407aaf96c8 (patch) | |
tree | 2d362ddb8495b142837a792ac1cd638d33da54ff /drivers/isdn/hardware/mISDN/Makefile | |
parent | mISDN: Add driver for Winbond cards (diff) | |
download | linux-a900845e56617edc005fd8f35bfd5a407aaf96c8.tar.xz linux-a900845e56617edc005fd8f35bfd5a407aaf96c8.zip |
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: Karsten Keil <keil@b1-systems.de>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Makefile')
-rw-r--r-- | drivers/isdn/hardware/mISDN/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/Makefile b/drivers/isdn/hardware/mISDN/Makefile index 61dd5a5f300b..2987d990993f 100644 --- a/drivers/isdn/hardware/mISDN/Makefile +++ b/drivers/isdn/hardware/mISDN/Makefile @@ -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 |