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

Commit ec149619 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Richard Purdie
Browse files

leds: fix Cobalt Raq LED dependency



Cobalt Raq LEDs require LEDS_CLASS=y.

Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
parent 5a48503d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ config LEDS_COBALT_QUBE

config LEDS_COBALT_RAQ
	bool "LED Support for the Cobalt Raq series"
	depends on LEDS_CLASS && MIPS_COBALT
	depends on LEDS_CLASS=y && MIPS_COBALT
	select LEDS_TRIGGERS
	help
	  This option enables support for the Cobalt Raq series LEDs.