Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 359f64f7 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

omap: Fix compile dependency to LEDS_CLASS



If we LEDS_CLASS is not selected, we will get undefined reference
to `led_classdev_register'.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 49553c2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"