[PATCH] ARM: 2709/1: Systems with PCMCIA should also see IDE options (for CompactFlas...
authorDavid Brownell <david-b@net.rmk.(none)>
Sun, 12 Jun 2005 22:26:05 +0000 (23:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 12 Jun 2005 22:26:05 +0000 (23:26 +0100)
commitbb011b8e8eded247cb71cb6d10e47517aacbd542
treeea9b80c2e57a94d874f47284f3fd733617beb213
parent27198d855abbfc82df69e81b6c8d2f333580114c
[PATCH] ARM: 2709/1: Systems with PCMCIA should also see IDE options (for CompactFlash memories)

Patch from David Brownell

The ARM generic Kconfig filters out IDE options ... except for
an error prone ARMload of special cases.
This adds one general case to the systems that will offer IDE options:
kernels with PCMCIA support, which probably want to use IDE to access
CompactFlash cards.  This might allow many (most?) of the other cases
to disappear, for systems that only see IDE hardware through CF cards.
Right now this one patch is used to gate access to CF cards, including
MicroDrives, for both omap_cf and at91_cf drivers.

Signed-off-by: David Brownell
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig