summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorNick Bowler <nbowler@elliptictech.com>2011-01-21 15:51:06 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-01-25 16:19:12 +0000
commit95c34f831f0e06cda6dc0a26b4f693ed105c394d (patch)
tree5ca911d2c9ef1a822e686b2e55e099957738ee08 /arch/arm/Kconfig
parentbaaece224570a935210a59257b5d9073e99843ea (diff)
ARM: 6633/1: vexpress: register platform PATA device.
The compactflash device on this platform is not usable simply because it is never registered with the kernel. Fix that up. Signed-off-by: Nick Bowler <nbowler@elliptictech.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5cff165b7eb0..70a017042ef0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -269,6 +269,7 @@ config ARCH_VEXPRESS
select GENERIC_CLOCKEVENTS
select HAVE_CLK
select HAVE_SCHED_CLOCK
+ select HAVE_PATA_PLATFORM
select ICST
select PLAT_VERSATILE
help