ARM: footbridge: don't build floppy code for addin mode
authorArnd Bergmann <arnd@arndb.de>
Mon, 17 Feb 2014 19:25:45 +0000 (20:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:08 +0000 (18:26 +0100)
The ARCH_EBSA285_ADDIN platform does not provide the
ISA_DMA API, which is required by the floppy driver.

Let's ensure that the floppy code can only be built
when ISA_DMA is also enabled, by moving the select
statement into ARCH_EBSA285_HOST.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
arch/arm/mach-footbridge/Kconfig

index fba55fb9f47dfe58829f74174c718d69e5ea70d1..07152d00fc505bc2aceac2cc9ebffae485175c8d 100644 (file)
@@ -52,6 +52,7 @@ config ARCH_EBSA285_HOST
        select FOOTBRIDGE_HOST
        select ISA
        select ISA_DMA
+       select ARCH_MAY_HAVE_PC_FDC
        select PCI
        help
          Say Y here if you intend to run this kernel on the EBSA285 card
@@ -94,6 +95,5 @@ config FOOTBRIDGE_ADDIN
 # EBSA285 board in either host or addin mode
 config ARCH_EBSA285
        bool
-       select ARCH_MAY_HAVE_PC_FDC
 
 endif