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 87d2046f866c..9ce3ca109c2f 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -95,6 +95,14 @@ config LEDS_COBALT | |||
95 | help | 95 | help |
96 | This option enables support for the front LED on Cobalt Server | 96 | This option enables support for the front LED on Cobalt Server |
97 | 97 | ||
98 | config LEDS_GPIO | ||
99 | tristate "LED Support for GPIO connected LEDs" | ||
100 | depends on LEDS_CLASS && GENERIC_GPIO | ||
101 | help | ||
102 | This option enables support for the LEDs connected to GPIO | ||
103 | outputs. To be useful the particular board must have LEDs | ||
104 | and they must be connected to the GPIO lines. | ||
105 | |||
98 | comment "LED Triggers" | 106 | comment "LED Triggers" |
99 | 107 | ||
100 | config LEDS_TRIGGERS | 108 | config LEDS_TRIGGERS |