mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
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>
This commit is contained in:
parent
0495cb75ed
commit
98d67219da
@ -276,6 +276,7 @@ config BFIN_CFPCMCIA
|
|||||||
config AT91_CF
|
config AT91_CF
|
||||||
tristate "AT91 CompactFlash Controller"
|
tristate "AT91 CompactFlash Controller"
|
||||||
depends on PCMCIA && ARCH_AT91
|
depends on PCMCIA && ARCH_AT91
|
||||||
|
depends on !ARCH_MULTIPLATFORM
|
||||||
help
|
help
|
||||||
Say Y here to support the CompactFlash controller on AT91 chips.
|
Say Y here to support the CompactFlash controller on AT91 chips.
|
||||||
Or choose M to compile the driver as a module named "at91_cf".
|
Or choose M to compile the driver as a module named "at91_cf".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user