Skip to content

Commit

Permalink
mISDN: Add driver for Winbond cards
Browse files Browse the repository at this point in the history
Add driver for Winbond W6692 based PCI cards.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
  • Loading branch information
Karsten Keil committed Jul 25, 2009
1 parent da2272c commit 707b2ce
Show file tree
Hide file tree
Showing 4 changed files with 1,638 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/isdn/hardware/mISDN/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ config MISDN_INFINEON
Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
chip from Infineon (former manufacturer Siemens).

config MISDN_W6692
tristate "Support for cards with Winbond 6692"
depends on MISDN
depends on PCI
help
Enable support for Winbond 6692 PCI chip based cards.


config MISDN_IPAC
tristate
Expand Down
1 change: 1 addition & 0 deletions drivers/isdn/hardware/mISDN/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o
obj-$(CONFIG_MISDN_AVMFRITZ) += avmfritz.o
obj-$(CONFIG_MISDN_SPEEDFAX) += speedfax.o
obj-$(CONFIG_MISDN_INFINEON) += mISDNinfineon.o
obj-$(CONFIG_MISDN_W6692) += w6692.o
# chip modules
obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o
obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o
Loading

0 comments on commit 707b2ce

Please sign in to comment.