diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-09-20 19:02:47 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-11 17:24:00 -0400 |
commit | f3b6b6cd00d294d50e1c3eee85964c69d898de45 (patch) | |
tree | 652719f55a8b382317dab0013bfe6bc63b34d465 /drivers/leds/Kconfig | |
parent | bbf25010f1a6b761914430f5fca081ec8c7accd1 (diff) |
leds: Rename leds-cobalt driver
The leds-cobalt driver only supports the Coable Qube series
(not included in Cobalt Raq series).
Rename the driver and update Kconfig/Makefile.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 4468cb3a8d24..9b79bcd9bf11 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -87,11 +87,11 @@ config LEDS_H1940 | |||
87 | help | 87 | help |
88 | This option enables support for the LEDs on the h1940. | 88 | This option enables support for the LEDs on the h1940. |
89 | 89 | ||
90 | config LEDS_COBALT | 90 | config LEDS_COBALT_QUBE |
91 | tristate "LED Support for Cobalt Server front LED" | 91 | tristate "LED Support for the Cobalt Qube series front LED" |
92 | depends on LEDS_CLASS && MIPS_COBALT | 92 | depends on LEDS_CLASS && MIPS_COBALT |
93 | help | 93 | help |
94 | This option enables support for the front LED on Cobalt Server | 94 | This option enables support for the front LED on Cobalt Qube series |
95 | 95 | ||
96 | config LEDS_GPIO | 96 | config LEDS_GPIO |
97 | tristate "LED Support for GPIO connected LEDs" | 97 | tristate "LED Support for GPIO connected LEDs" |