diff options
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 9b79bcd9bf11..3cb23210b912 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -93,6 +93,13 @@ config LEDS_COBALT_QUBE | |||
93 | help | 93 | help |
94 | This option enables support for the front LED on Cobalt Qube series | 94 | This option enables support for the front LED on Cobalt Qube series |
95 | 95 | ||
96 | config LEDS_COBALT_RAQ | ||
97 | bool "LED Support for the Cobalt Raq series" | ||
98 | depends on LEDS_CLASS && MIPS_COBALT | ||
99 | select LEDS_TRIGGERS | ||
100 | help | ||
101 | This option enables support for the Cobalt Raq series LEDs. | ||
102 | |||
96 | config LEDS_GPIO | 103 | config LEDS_GPIO |
97 | tristate "LED Support for GPIO connected LEDs" | 104 | tristate "LED Support for GPIO connected LEDs" |
98 | depends on LEDS_CLASS && GENERIC_GPIO | 105 | depends on LEDS_CLASS && GENERIC_GPIO |