diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
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 | ||
99 | config 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 | |||
99 | config LEDS_HP6XX | 107 | config 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 |