diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2008-12-03 03:09:28 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-08 07:38:57 -0500 |
commit | ec1496193d53ebd8d79cdf1d6d7d4970ef342af2 (patch) | |
tree | f9121952be641b493fd670d54feb664809666628 /drivers/leds | |
parent | 5a48503d3c388735f3352d325254b82e02b09981 (diff) |
leds: fix Cobalt Raq LED dependency
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>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index b7f9e251b5a2..3d0d2625f6ab 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -83,7 +83,7 @@ config LEDS_COBALT_QUBE | |||
83 | 83 | ||
84 | config LEDS_COBALT_RAQ | 84 | config LEDS_COBALT_RAQ |
85 | bool "LED Support for the Cobalt Raq series" | 85 | bool "LED Support for the Cobalt Raq series" |
86 | depends on LEDS_CLASS && MIPS_COBALT | 86 | depends on LEDS_CLASS=y && MIPS_COBALT |
87 | select LEDS_TRIGGERS | 87 | select LEDS_TRIGGERS |
88 | help | 88 | help |
89 | This option enables support for the Cobalt Raq series LEDs. | 89 | This option enables support for the Cobalt Raq series LEDs. |