diff options
author | Nick Bowler <nbowler@elliptictech.com> | 2011-01-21 15:51:06 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-25 16:19:12 +0000 |
commit | 95c34f831f0e06cda6dc0a26b4f693ed105c394d (patch) | |
tree | 5ca911d2c9ef1a822e686b2e55e099957738ee08 /arch/arm/Kconfig | |
parent | baaece224570a935210a59257b5d9073e99843ea (diff) | |
download | lwn-95c34f831f0e06cda6dc0a26b4f693ed105c394d.tar.gz lwn-95c34f831f0e06cda6dc0a26b4f693ed105c394d.zip |
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 select GENERIC_CLOCKEVENTS select HAVE_CLK select HAVE_SCHED_CLOCK + select HAVE_PATA_PLATFORM select ICST select PLAT_VERSATILE help |