diff options
author | Karsten Keil <keil@b1-systems.de> | 2009-05-22 11:04:53 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-25 00:55:30 -0700 |
commit | db9bb63a1b5b65df41d112a8c21adbbfc6a4ac08 (patch) | |
tree | 1a817cf2b57f557346d3f436aa12e0d10a918d42 /drivers/isdn/hardware/mISDN/Kconfig | |
parent | 5df3b8bcc7826b85a2d233dd20da3ed247e1dc1d (diff) | |
download | op-kernel-dev-db9bb63a1b5b65df41d112a8c21adbbfc6a4ac08.zip op-kernel-dev-db9bb63a1b5b65df41d112a8c21adbbfc6a4ac08.tar.gz |
mISDN: Add XHFC support for embedded Speech-Design board to hfcmulti
New version without emulating arch specific stuff for the other
architectures, the special IO and init functions for the 8xx
microcontroller are in a separate include file.
Signed-off-by: Andreas Eversberg <andreas@eversberg.eu>
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Kconfig')
-rw-r--r-- | drivers/isdn/hardware/mISDN/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/Kconfig b/drivers/isdn/hardware/mISDN/Kconfig index fd112ae..3024566 100644 --- a/drivers/isdn/hardware/mISDN/Kconfig +++ b/drivers/isdn/hardware/mISDN/Kconfig @@ -13,7 +13,7 @@ config MISDN_HFCPCI config MISDN_HFCMULTI tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" - depends on PCI + depends on PCI || 8xx depends on MISDN help Enable support for cards with Cologne Chip AG's HFC multiport @@ -23,6 +23,15 @@ config MISDN_HFCMULTI * HFC-8S (8 S/T interfaces on one chip) * HFC-E1 (E1 interface for 2Mbit ISDN) +config MISDN_HFCMULTI_8xx + boolean "Support for XHFC embedded board in HFC multiport driver" + depends on MISDN + depends on MISDN_HFCMULTI + depends on 8xx + default 8xx + help + Enable support for the XHFC embedded solution from Speech Design. + config MISDN_HFCUSB tristate "Support for HFC-S USB based TAs" depends on USB |