diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-09-27 17:51:05 +0900 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-11 22:24:00 +0100 |
commit | 97da7aaf46fedcf1a38a88e5ffc2c40df23e8013 (patch) | |
tree | 4847421ab5c0b1a609d50b591b78217efbd344ac /drivers/leds/Kconfig | |
parent | f3b6b6cd00d294d50e1c3eee85964c69d898de45 (diff) | |
download | op-kernel-dev-97da7aaf46fedcf1a38a88e5ffc2c40df23e8013.zip op-kernel-dev-97da7aaf46fedcf1a38a88e5ffc2c40df23e8013.tar.gz |
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 9b79bcd..3cb2321 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -93,6 +93,13 @@ config LEDS_COBALT_QUBE help This option enables support for the front LED on Cobalt Qube series +config LEDS_COBALT_RAQ + bool "LED Support for the Cobalt Raq series" + depends on LEDS_CLASS && MIPS_COBALT + select LEDS_TRIGGERS + help + This option enables support for the Cobalt Raq series LEDs. + config LEDS_GPIO tristate "LED Support for GPIO connected LEDs" depends on LEDS_CLASS && GENERIC_GPIO |