summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/Kconfig
diff options
context:
space:
mode:
authorKarsten Keil <keil@b1-systems.de>2009-07-22 19:42:46 +0200
committerKarsten Keil <keil@b1-systems.de>2009-07-25 20:18:29 +0200
commitcae86d4a4e56eeda1afdea38f230d222edda7dd5 (patch)
tree78726e574c914abb2df7185d77aab0fa28fd7846 /drivers/isdn/hardware/mISDN/Kconfig
parentfb286f0471a04ef646c8e5c79750ae6718183745 (diff)
downloadlinux-cae86d4a4e56eeda1afdea38f230d222edda7dd5.tar.bz2
mISDN: Add driver for Infineon ISDN chipset family
This driver supports cards with Infineon ISAC/HSCX, ISACX, IPAC and IPACX chips from various manufacturers. Signed-off-by: Karsten Keil <keil@b1-systems.de>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Kconfig')
-rw-r--r--drivers/isdn/hardware/mISDN/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/Kconfig b/drivers/isdn/hardware/mISDN/Kconfig
index 3024566dd099..a8542b81f95c 100644
--- a/drivers/isdn/hardware/mISDN/Kconfig
+++ b/drivers/isdn/hardware/mISDN/Kconfig
@@ -39,3 +39,17 @@ config MISDN_HFCUSB
Enable support for USB ISDN TAs with Cologne Chip AG's
HFC-S USB ISDN Controller
+config MISDN_INFINEON
+ tristate "Support for cards with Infineon chipset"
+ depends on MISDN
+ depends on PCI
+ select MISDN_IPAC
+ help
+ Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
+ chip from Infineon (former manufacturer Siemens).
+
+
+config MISDN_IPAC
+ tristate
+ depends on MISDN
+