diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-09-27 04:51:05 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-11 17:24:00 -0400 |
commit | 97da7aaf46fedcf1a38a88e5ffc2c40df23e8013 (patch) | |
tree | 4847421ab5c0b1a609d50b591b78217efbd344ac /drivers/leds/Kconfig | |
parent | f3b6b6cd00d294d50e1c3eee85964c69d898de45 (diff) |
leds: Add Cobalt Raq series LEDs support
Add Cobalt Raq series LEDs support.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 9b79bcd9bf11..3cb23210b912 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -93,6 +93,13 @@ config LEDS_COBALT_QUBE | |||
93 | help | 93 | help |
94 | This option enables support for the front LED on Cobalt Qube series | 94 | This option enables support for the front LED on Cobalt Qube series |
95 | 95 | ||
96 | config LEDS_COBALT_RAQ | ||
97 | bool "LED Support for the Cobalt Raq series" | ||
98 | depends on LEDS_CLASS && MIPS_COBALT | ||
99 | select LEDS_TRIGGERS | ||
100 | help | ||
101 | This option enables support for the Cobalt Raq series LEDs. | ||
102 | |||
96 | config LEDS_GPIO | 103 | config LEDS_GPIO |
97 | tristate "LED Support for GPIO connected LEDs" | 104 | tristate "LED Support for GPIO connected LEDs" |
98 | depends on LEDS_CLASS && GENERIC_GPIO | 105 | depends on LEDS_CLASS && GENERIC_GPIO |