aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-31 23:26:48 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-31 23:26:48 -0400
commit5843492ccce3568ff6eb6efc52fb793923207d0b (patch)
tree7cee2d0e62bf9d97664a93f6a51823b41c800776 /drivers/leds/Kconfig
parent10d29ff9070caf5810d37ab06e30f7acad278f1e (diff)
leds: Add driver for Sunfire UltraSPARC server LEDs.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 9556262dda5a..eff8e522a305 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -96,6 +96,14 @@ config LEDS_COBALT_RAQ
96 help 96 help
97 This option enables support for the Cobalt Raq series LEDs. 97 This option enables support for the Cobalt Raq series LEDs.
98 98
99config LEDS_SUNFIRE
100 tristate "LED support for SunFire servers."
101 depends on LEDS_CLASS && SPARC64
102 select LEDS_TRIGGERS
103 help
104 This option enables support for the Left, Middle, and Right
105 LEDs on the I/O and CPU boards of SunFire UltraSPARC servers.
106
99config LEDS_HP6XX 107config LEDS_HP6XX
100 tristate "LED Support for the HP Jornada 6xx" 108 tristate "LED Support for the HP Jornada 6xx"
101 depends on LEDS_CLASS && SH_HP6XX 109 depends on LEDS_CLASS && SH_HP6XX