]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Replacing LEDS_OMAP_DEBUG with OMAP_DEBUG_LEDS
authorChristoph Egger <siccegge@cs.fau.de>
Mon, 5 Jul 2010 13:31:54 +0000 (16:31 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Jul 2010 14:03:58 +0000 (17:03 +0300)
LEDS_OMAP_DEBUG doesn't exist in Kconfig, therefore replacing all
references for it with OMAP_DEBUG_LEDS from the source code.

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/debug-leds.c

index b7a3d80c539fa9f5bf5266e36da9cafc56b9b2ae..e2ed952df23dabed046e514033702235328514a3 100644 (file)
@@ -33,7 +33,7 @@ config OMAP_DEBUG_DEVICES
 config OMAP_DEBUG_LEDS
        bool
        depends on OMAP_DEBUG_DEVICES
-       default y if LEDS || LEDS_OMAP_DEBUG
+       default y if LEDS
 
 config OMAP_RESET_CLOCKS
        bool "Reset unused clocks during boot"
index 53fcef7c5201b10550305cc96db32538c3f31feb..fc05b10226026e6b514adaa10199bf270cbba7f2 100644 (file)
@@ -39,7 +39,7 @@ static struct h2p2_dbg_fpga __iomem   *fpga;
 static u16                             led_state, hw_led_state;
 
 
-#ifdef CONFIG_LEDS_OMAP_DEBUG
+#ifdef CONFIG_OMAP_DEBUG_LEDS
 #define new_led_api()  1
 #else
 #define new_led_api()  0