From: Arnd Bergmann Date: Sat, 1 Oct 2011 19:10:32 +0000 (+0200) Subject: ARM: limit CONFIG_HAVE_IDE to platforms that do X-Git-Tag: v3.2-rc1~189^2~1^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ee9f404f42e69e4bf4c1afd24a3b6474f61e72;p=pandora-kernel.git ARM: limit CONFIG_HAVE_IDE to platforms that do Support for IDE drivers should not be automatic, since most platforms cannot actually support any IDE low-level drivers. This partly reverts 2064c946e "ARM: always select HAVE_IDE" to set this symbol only when either a PC-style bus (PCI, ISA, PCMCIA) is enabled or a platform is used that is known to have an existing driver in drivers/ide. New platforms should not need this option and just use CONFIG_ATA with drivers/ata/. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed