[PATCH] led: fix Cobalt Raq LED dependency

From: Yoichi Yuasa
Date: Wed Nov 19 2008 - 09:06:39 EST


Cobalt Raq LEDs require LEDS_CLASS=y.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx>

diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/drivers/leds/Kconfig linux/drivers/leds/Kconfig
--- linux-orig/drivers/leds/Kconfig 2008-11-10 10:13:15.609846727 +0900
+++ linux/drivers/leds/Kconfig 2008-11-10 11:22:43.602680128 +0900
@@ -77,7 +77,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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/