Commit b79df0fc authored by Christophe Leroy's avatar Christophe Leroy Committed by David S. Miller

isdn: hardware: mISDN: Remove reference to CONFIG_8xx

CONFIG_8xx is deprecated and should soon be removed in favor
of CONFIG_PPC_8xx.
Anyway, hfc_multi_8xx.h only uses 8xx I/O ports which are
linked to the CPM1 communication processor included in the 8xx
rather than the 8xx itself.

This patch therefore makes it dependent on CONFIG_CPM1 instead,
like several other drivers.
Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9768b45c
...@@ -13,7 +13,7 @@ config MISDN_HFCPCI ...@@ -13,7 +13,7 @@ config MISDN_HFCPCI
config MISDN_HFCMULTI config MISDN_HFCMULTI
tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
depends on PCI || 8xx depends on PCI || CPM1
depends on MISDN depends on MISDN
help help
Enable support for cards with Cologne Chip AG's HFC multiport Enable support for cards with Cologne Chip AG's HFC multiport
...@@ -27,8 +27,8 @@ config MISDN_HFCMULTI_8xx ...@@ -27,8 +27,8 @@ config MISDN_HFCMULTI_8xx
bool "Support for XHFC embedded board in HFC multiport driver" bool "Support for XHFC embedded board in HFC multiport driver"
depends on MISDN depends on MISDN
depends on MISDN_HFCMULTI depends on MISDN_HFCMULTI
depends on 8xx depends on CPM1
default 8xx default CPM1
help help
Enable support for the XHFC embedded solution from Speech Design. Enable support for the XHFC embedded solution from Speech Design.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
*/ */
#include <asm/8xx_immap.h> #include <asm/cpm1.h>
/* Change this to the value used by your board */ /* Change this to the value used by your board */
#ifndef IMAP_ADDR #ifndef IMAP_ADDR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment