]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit25d0709d880d6c401fe58a392cdbbe5ffa5f261d
treeea9b80c2e57a94d874f47284f3fd733617beb213
parent24838da56e8ade5470788a058bbf93994a15d1e8
[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