提交 3c8ed2a9 编写于 作者: C Christoph Egger 提交者: Tony Lindgren

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: NChristoph Egger <siccegge@cs.fau.de>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 df8d481d
...@@ -33,7 +33,7 @@ config OMAP_DEBUG_DEVICES ...@@ -33,7 +33,7 @@ config OMAP_DEBUG_DEVICES
config OMAP_DEBUG_LEDS config OMAP_DEBUG_LEDS
bool bool
depends on OMAP_DEBUG_DEVICES depends on OMAP_DEBUG_DEVICES
default y if LEDS || LEDS_OMAP_DEBUG default y if LEDS
config OMAP_RESET_CLOCKS config OMAP_RESET_CLOCKS
bool "Reset unused clocks during boot" bool "Reset unused clocks during boot"
......
...@@ -39,7 +39,7 @@ static struct h2p2_dbg_fpga __iomem *fpga; ...@@ -39,7 +39,7 @@ static struct h2p2_dbg_fpga __iomem *fpga;
static u16 led_state, hw_led_state; static u16 led_state, hw_led_state;
#ifdef CONFIG_LEDS_OMAP_DEBUG #ifdef CONFIG_OMAP_DEBUG_LEDS
#define new_led_api() 1 #define new_led_api() 1
#else #else
#define new_led_api() 0 #define new_led_api() 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册