diff options
author | Florian Fainelli <florian.fainelli@int-evry.fr> | 2007-02-12 18:16:27 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-15 16:37:29 -0500 |
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 383d297f328a..80acd08f0e97 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -88,6 +88,12 @@ config LEDS_H1940 | |||
88 | help | 88 | help |
89 | This option enables support for the LEDs on the h1940. | 89 | This option enables support for the LEDs on the h1940. |
90 | 90 | ||
91 | config LEDS_COBALT | ||
92 | tristate "LED Support for Cobalt Server front LED" | ||
93 | depends on LEDS_CLASS && MIPS_COBALT | ||
94 | help | ||
95 | This option enables support for the front LED on Cobalt Server | ||
96 | |||
91 | comment "LED Triggers" | 97 | comment "LED Triggers" |
92 | 98 | ||
93 | config LEDS_TRIGGERS | 99 | config LEDS_TRIGGERS |