]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3cd3157d97c1e6b24740f3c5117fdf69de90bb62
tree80bedae84db63730df4901eae14b826f7282fd68
parenta965cc4e8b1f94bf682088963d9a2c05865f674c
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: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
arch/arm/mach-footbridge/Kconfig