Home
last modified time | relevance | path

Searched hist:d0ee9f404f42e69e4bf4c1afd24a3b6474f61e72 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/
H A DKconfigdiff d0ee9f404f42e69e4bf4c1afd24a3b6474f61e72 Sat Oct 01 21:10:32 CEST 2011 Arnd Bergmann <arnd@arndb.de> 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 <arnd@arndb.de>