diff options
author | Colin Tuckley <Colin.Tuckley@arm.com> | 2009-05-30 14:56:13 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 14:56:13 +0200 |
commit | ff3042fb6f1a0f6faf527390a8a943a3e4296741 (patch) | |
tree | 862ba546eaa5c017d594d125dd49b395d744f385 | |
parent | RealView: Allow access to the secure flash memory block on PB1176 (diff) | |
download | linux-ff3042fb6f1a0f6faf527390a8a943a3e4296741.tar.xz linux-ff3042fb6f1a0f6faf527390a8a943a3e4296741.zip |
RealView: Allow CONFIG_LEDS on this platform
Signed-off-by: Colin Tuckley <Colin.Tuckley@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cb7b38831436..ceb549ca9635 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1027,7 +1027,7 @@ config LEDS ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ ARCH_AT91 || ARCH_DAVINCI || \ - ARCH_KS8695 || MACH_RD88F5182 + ARCH_KS8695 || MACH_RD88F5182 || ARCH_REALVIEW help If you say Y here, the LEDs on your machine will be used to provide useful information about your current system status. |