All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcmcia: at91_cf: depend on !ARCH_MULTIPLATFORM
@ 2015-01-13 18:28 ` Alexandre Belloni
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Belloni @ 2015-01-13 18:28 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 drivers/pcmcia/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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
 config AT91_CF
 	tristate "AT91 CompactFlash Controller"
 	depends on PCMCIA && ARCH_AT91
+	depends on !ARCH_MULTIPLATFORM
 	help
 	  Say Y here to support the CompactFlash controller on AT91 chips.
 	  Or choose M to compile the driver as a module named "at91_cf".
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-29 18:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 18:28 [PATCH] pcmcia: at91_cf: depend on !ARCH_MULTIPLATFORM Alexandre Belloni
2015-01-13 18:28 ` Alexandre Belloni
2015-01-14  9:21 ` Nicolas Ferre
2015-01-14  9:21   ` Nicolas Ferre
2015-01-29  9:40   ` Nicolas Ferre
2015-01-29  9:40     ` Nicolas Ferre
2015-01-29 18:58     ` Olof Johansson
2015-01-29 18:58       ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.