projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a48503
)
leds: fix Cobalt Raq LED dependency
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Wed, 3 Dec 2008 08:09:28 +0000
(08:09 +0000)
committer
Richard Purdie
<rpurdie@linux.intel.com>
Thu, 8 Jan 2009 12:38:57 +0000
(12:38 +0000)
Cobalt Raq LEDs require LEDS_CLASS=y.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/leds/Kconfig
b/drivers/leds/Kconfig
index
b7f9e25
..
3d0d262
100644
(file)
--- a/
drivers/leds/Kconfig
+++ b/
drivers/leds/Kconfig
@@
-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.