aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-01-13 13:28:05 -0500
committerOlof Johansson <olof@lixom.net>2015-01-29 13:58:09 -0500
commit98d67219da3c23c1e5c27986edcce356b68761f2 (patch)
treea7b8fca4a68081c534277c6e20c2407130082307 /drivers/pcmcia
parent0495cb75ed301bbe6b01346cbf8bc5244a2948b2 (diff)
pcmcia: at91_cf: depend on !ARCH_MULTIPLATFORM
Until the driver is corrected to stop including mach/at91_ramc.h and using mach/io.h, it won't compile in a ARCH_MULTIPLATFORM configuration. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r--drivers/pcmcia/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index 910e90bf16c6..45f67c63d385 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -276,6 +276,7 @@ config BFIN_CFPCMCIA
276config AT91_CF 276config AT91_CF
277 tristate "AT91 CompactFlash Controller" 277 tristate "AT91 CompactFlash Controller"
278 depends on PCMCIA && ARCH_AT91 278 depends on PCMCIA && ARCH_AT91
279 depends on !ARCH_MULTIPLATFORM
279 help 280 help
280 Say Y here to support the CompactFlash controller on AT91 chips. 281 Say Y here to support the CompactFlash controller on AT91 chips.
281 Or choose M to compile the driver as a module named "at91_cf". 282 Or choose M to compile the driver as a module named "at91_cf".