aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
authorChristoph Egger <siccegge@cs.fau.de>2010-07-05 16:31:54 +0300
committerTony Lindgren <tony@atomide.com>2010-07-05 17:03:58 +0300
commit3c8ed2a90e7b8ce34dbf4cb35b67b48e351308fa (patch)
tree3e1f417da4e8fcbe6e3da0f48ff3df26c6b06f7b /arch/arm/plat-omap/Kconfig
parentdf8d481df912b73fadbff03759cb1b257a37e277 (diff)
downloadkernel_samsung_smdk4412-3c8ed2a90e7b8ce34dbf4cb35b67b48e351308fa.zip
kernel_samsung_smdk4412-3c8ed2a90e7b8ce34dbf4cb35b67b48e351308fa.tar.gz
kernel_samsung_smdk4412-3c8ed2a90e7b8ce34dbf4cb35b67b48e351308fa.tar.bz2
Replacing LEDS_OMAP_DEBUG with OMAP_DEBUG_LEDS
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>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r--arch/arm/plat-omap/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index b7a3d80..e2ed952 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -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"