diff options
author | Nick Bowler <nbowler@elliptictech.com> | 2011-01-21 09:51:06 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-25 11:19:12 -0500 |
commit | 95c34f831f0e06cda6dc0a26b4f693ed105c394d (patch) | |
tree | 5ca911d2c9ef1a822e686b2e55e099957738ee08 /arch/arm/Kconfig | |
parent | baaece224570a935210a59257b5d9073e99843ea (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/Kconfig | 1 |
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 | |||
269 | select GENERIC_CLOCKEVENTS | 269 | select GENERIC_CLOCKEVENTS |
270 | select HAVE_CLK | 270 | select HAVE_CLK |
271 | select HAVE_SCHED_CLOCK | 271 | select HAVE_SCHED_CLOCK |
272 | select HAVE_PATA_PLATFORM | ||
272 | select ICST | 273 | select ICST |
273 | select PLAT_VERSATILE | 274 | select PLAT_VERSATILE |
274 | help | 275 | help |