Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad9faf4c authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: footbridge: don't build floppy code for addin mode



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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
parent fa04e209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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