From: Arnd Bergmann Date: Mon, 17 Feb 2014 19:25:45 +0000 (+0100) Subject: ARM: footbridge: don't build floppy code for addin mode X-Git-Tag: v3.15-rc1~81^2~8^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9faf4c4cb375550d0b1acad604f7b8755563d7;p=pandora-kernel.git 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 Cc: Russell King --- Reading git-diff-tree failed