aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorColin Tuckley <Colin.Tuckley@arm.com>2009-05-30 08:56:13 -0400
committerCatalin Marinas <catalin.marinas@arm.com>2009-05-30 08:56:13 -0400
commitff3042fb6f1a0f6faf527390a8a943a3e4296741 (patch)
tree862ba546eaa5c017d594d125dd49b395d744f385 /arch/arm
parentaf607747def54d8f76d2509c1394587da5d9bdfd (diff)
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig2
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
1027 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ 1027 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
1028 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ 1028 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
1029 ARCH_AT91 || ARCH_DAVINCI || \ 1029 ARCH_AT91 || ARCH_DAVINCI || \
1030 ARCH_KS8695 || MACH_RD88F5182 1030 ARCH_KS8695 || MACH_RD88F5182 || ARCH_REALVIEW
1031 help 1031 help
1032 If you say Y here, the LEDs on your machine will be used 1032 If you say Y here, the LEDs on your machine will be used
1033 to provide useful information about your current system status. 1033 to provide useful information about your current system status.