From ff21ef7b547baf1aeddca1ab0b1abaf63352590a Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 9 Jun 2005 10:03:56 -0700 Subject: [PATCH] [PATCH] ARM: OMAP: OSK/Mistral leds work again Hmm, someone cleaned up the LED stuff so it misbehaves on OSK. More than just H2 and Perseus have LEDs ... if there are boards that do NOT support both LEDs, those should get manual overrides. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- arch/arm/Kconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 708207cdb85..8b8750cf55d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -371,8 +371,7 @@ config LEDS system, but the driver will do nothing. config LEDS_TIMER - bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \ - MACH_OMAP_H2 || MACH_OMAP_PERSEUS2 + bool "Timer LED" if !ARCH_CDB89712 depends on LEDS default y if ARCH_EBSA110 help @@ -387,8 +386,7 @@ config LEDS_TIMER will overrule the CPU usage LED. config LEDS_CPU - bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \ - !ARCH_OMAP) || MACH_OMAP_H2 || MACH_OMAP_PERSEUS2 + bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110) depends on LEDS help If you say Y here, the red LED will be used to give a good real -- 2.41.1