summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-11-15 20:05:35 +0100
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-11-23 11:46:00 +0900
commit8fb71ef9b91d6c89b22ea9430c231e988d88f688 (patch)
treee59f257069e3c075c754e41e53b91174f45bee24 /arch/unicore32/Kconfig
parent20f1b79d33590dfe8dfdac52a683c7d96e3d101f (diff)
downloadlinux-0-day-8fb71ef9b91d6c89b22ea9430c231e988d88f688.tar.gz
linux-0-day-8fb71ef9b91d6c89b22ea9430c231e988d88f688.tar.xz
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/unicore32/Kconfig')
-rw-r--r--arch/unicore32/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index 4658859c6aeec..96ac6cc6ab2a7 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -117,12 +117,6 @@ config UNICORE_FPU_F64
endmenu
-menu "Bus support"
-
-source "drivers/pcmcia/Kconfig"
-
-endmenu
-
menu "Kernel Features"
source "kernel/Kconfig.hz"