projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49553c2
)
omap: Fix compile dependency to LEDS_CLASS
author
Tony Lindgren
<tony@atomide.com>
Wed, 15 Sep 2010 17:18:51 +0000
(10:18 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 15 Sep 2010 17:18:51 +0000
(10:18 -0700)
If we LEDS_CLASS is not selected, we will get undefined reference
to `led_classdev_register'.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/Kconfig
b/arch/arm/plat-omap/Kconfig
index e39a417a368dc92ad6776a68ef6fefc22a046b76..a92cb499313fdc9583890ebcc182ecae280cdc09 100644
(file)
--- 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
+ default y if LEDS
_CLASS
config OMAP_RESET_CLOCKS
bool "Reset unused clocks during boot"