summaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig.bus
diff options
context:
space:
mode:
authorChristoph Hellwig2018-11-15 20:05:35 +0100
committerMasahiro Yamada2018-11-23 03:46:00 +0100
commit8fb71ef9b91d6c89b22ea9430c231e988d88f688 (patch)
treee59f257069e3c075c754e41e53b91174f45bee24 /arch/m68k/Kconfig.bus
parentPCI: consolidate the PCI_SYSCALL symbol (diff)
downloadkernel-qcow2-linux-8fb71ef9b91d6c89b22ea9430c231e988d88f688.tar.gz
kernel-qcow2-linux-8fb71ef9b91d6c89b22ea9430c231e988d88f688.tar.xz
kernel-qcow2-linux-8fb71ef9b91d6c89b22ea9430c231e988d88f688.zip
pcmcia: allow PCMCIA support independent of the architecture
There is nothing architecture specific in the PCMCIA core, so allow building it everywhere. The actual host controllers will depend on ISA, PCI or a specific SOC. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul Burton <paul.burton@mips.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/m68k/Kconfig.bus')
-rw-r--r--arch/m68k/Kconfig.bus2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
index 8cb0604b195b..9d0a3a23d50e 100644
--- a/arch/m68k/Kconfig.bus
+++ b/arch/m68k/Kconfig.bus
@@ -68,6 +68,4 @@ if !MMU
config ISA_DMA_API
def_bool !M5272
-source "drivers/pcmcia/Kconfig"
-
endif