diff options
author | Florian Fainelli <florian.fainelli@int-evry.fr> | 2007-02-12 23:16:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-15 21:37:29 +0000 |
commit | 2fea6f35c388c5add15d1492c7f4f3dac401717b (patch) | |
tree | 9ac4ddd197e978ff33ddecc4c2e2b8f6c09e84e8 /drivers/leds/Kconfig | |
parent | bd4009af4883451f55f57155e364f03f700c9ce8 (diff) |
leds: Add support for Cobalt Server front LED
Add support for Cobalt Server front LED (MIPS)
Signed-off-by: Florian Fainell <florian.fainelli@int-evry.fr>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 383d297f328..80acd08f0e9 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -88,6 +88,12 @@ config LEDS_H1940 help This option enables support for the LEDs on the h1940. +config LEDS_COBALT + tristate "LED Support for Cobalt Server front LED" + depends on LEDS_CLASS && MIPS_COBALT + help + This option enables support for the front LED on Cobalt Server + comment "LED Triggers" config LEDS_TRIGGERS |