[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081119230619.546af573.yoichi_yuasa@tripeaks.co.jp>
Date: Wed, 19 Nov 2008 23:06:19 +0900
From: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
To: Richard Purdie <rpurdie@...ys.net>
Cc: yoichi_yuasa@...peaks.co.jp,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] led: fix Cobalt Raq LED dependency
Cobalt Raq LEDs require LEDS_CLASS=y.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists