On Tue, Apr 15, 2008 at 10:28:22PM +0100, Russell King wrote:
Looking back at the original change:
-if PCMCIA || ARCH_CLPS7500 || ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX \
- || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \
- || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE \
- || ARCH_IXP23XX
source "drivers/ide/Kconfig"
-endif
was what was done to ARM's Kconfig. So, if we're going to be doing
anything with the 'select HAVE_IDE', it should be:
config PCMCIA
tristate "16-bit PCMCIA support"
select CRC32
- select HAVE_IDE
+ select HAVE_IDE if ARM
Or, as I've already said, we revert all of the HAVE_IDE change, and ARM
continues avoiding drivers/Kconfig.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
--