pcmcia: allow PCMCIA support independent of the architecture
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Nov 2018 19:05:35 +0000 (20:05 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 23 Nov 2018 02:46:00 +0000 (11:46 +0900)
commit8fb71ef9b91d6c89b22ea9430c231e988d88f688
treee59f257069e3c075c754e41e53b91174f45bee24
parent20f1b79d33590dfe8dfdac52a683c7d96e3d101f
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>
14 files changed:
arch/alpha/Kconfig
arch/arm/Kconfig
arch/ia64/Kconfig
arch/m68k/Kconfig.bus
arch/mips/Kconfig
arch/powerpc/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/unicore32/Kconfig
arch/x86/Kconfig
arch/xtensa/Kconfig
drivers/Kconfig
drivers/parisc/Kconfig
drivers/pcmcia/Kconfig