]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
isdn: hardware: mISDN: Remove reference to CONFIG_8xx
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 16 Mar 2017 09:18:02 +0000 (10:18 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Mar 2017 18:15:14 +0000 (11:15 -0700)
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: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/Kconfig
drivers/isdn/hardware/mISDN/hfc_multi_8xx.h

index 09df54fc1fef2162bf06228dddc431f2f7a9feeb..fda912b0833ff9dad7c6e04898487074f094b2a3 100644 (file)
@@ -13,7 +13,7 @@ config MISDN_HFCPCI
 
 config MISDN_HFCMULTI
        tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
-       depends on PCI || 8xx
+       depends on PCI || CPM1
        depends on MISDN
        help
          Enable support for cards with Cologne Chip AG's HFC multiport
@@ -27,8 +27,8 @@ config MISDN_HFCMULTI_8xx
        bool "Support for XHFC embedded board in HFC multiport driver"
        depends on MISDN
        depends on MISDN_HFCMULTI
-       depends on 8xx
-       default 8xx
+       depends on CPM1
+       default CPM1
        help
          Enable support for the XHFC embedded solution from Speech Design.
 
index 0eafe9f04fca326a40f6e5bb549b78420bd39e26..8a254747768e9de4181d6b133da05b292830e0ae 100644 (file)
@@ -6,7 +6,7 @@
  *
  */
 
-#include <asm/8xx_immap.h>
+#include <asm/cpm1.h>
 
 /* Change this to the value used by your board */
 #ifndef IMAP_ADDR