]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: always select HAVE_IDE
authorAdrian Bunk <bunk@kernel.org>
Mon, 28 Apr 2008 21:44:43 +0000 (23:44 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 28 Apr 2008 21:44:43 +0000 (23:44 +0200)
commit6dc261d9e14632dc61c963a03ffe0932e955b6e5
tree4fb044fd6773560e295a45e497a32c87b05ffc0c
parentfcec07f9b70710dc1d43d05d4006417a86d8ed33
ARM: always select HAVE_IDE

It's plain wrong for PCMCIA to select HAVE_IDE that implies e.g. the
availability of an asm/ide.h

It turns out this was done for ARM, and we can simply always select
HAVE_IDE on ARM instead of manually tracking which platforms might
possible have an IDE controller directly or indirectly.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Russell King <rmk+lkml@arm.linux.org.uk>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
arch/arm/Kconfig
drivers/pcmcia/Kconfig