diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index c7ff1e11ea85..e7fb7d2fcbfc 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -113,11 +113,12 @@ config LEDS_GPIO | |||
113 | outputs. To be useful the particular board must have LEDs | 113 | outputs. To be useful the particular board must have LEDs |
114 | and they must be connected to the GPIO lines. | 114 | and they must be connected to the GPIO lines. |
115 | 115 | ||
116 | config LEDS_CM_X270 | 116 | config LEDS_HP_DISK |
117 | tristate "LED Support for the CM-X270 LEDs" | 117 | tristate "LED Support for disk protection LED on HP notebooks" |
118 | depends on LEDS_CLASS && MACH_ARMCORE | 118 | depends on LEDS_CLASS && ACPI |
119 | help | 119 | help |
120 | This option enables support for the CM-X270 LEDs. | 120 | This option enable support for disk protection LED, found on |
121 | newer HP notebooks. | ||
121 | 122 | ||
122 | config LEDS_CLEVO_MAIL | 123 | config LEDS_CLEVO_MAIL |
123 | tristate "Mail LED on Clevo notebook (EXPERIMENTAL)" | 124 | tristate "Mail LED on Clevo notebook (EXPERIMENTAL)" |
@@ -157,6 +158,13 @@ config LEDS_PCA955X | |||
157 | LED driver chips accessed via the I2C bus. Supported | 158 | LED driver chips accessed via the I2C bus. Supported |
158 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. | 159 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. |
159 | 160 | ||
161 | config LEDS_DA903X | ||
162 | tristate "LED Support for DA9030/DA9034 PMIC" | ||
163 | depends on LEDS_CLASS && PMIC_DA903X | ||
164 | help | ||
165 | This option enables support for on-chip LED drivers found | ||
166 | on Dialog Semiconductor DA9030/DA9034 PMICs. | ||
167 | |||
160 | comment "LED Triggers" | 168 | comment "LED Triggers" |
161 | 169 | ||
162 | config LEDS_TRIGGERS | 170 | config LEDS_TRIGGERS |
@@ -193,6 +201,15 @@ config LEDS_TRIGGER_HEARTBEAT | |||
193 | load average. | 201 | load average. |
194 | If unsure, say Y. | 202 | If unsure, say Y. |
195 | 203 | ||
204 | config LEDS_TRIGGER_BACKLIGHT | ||
205 | tristate "LED backlight Trigger" | ||
206 | depends on LEDS_TRIGGERS | ||
207 | help | ||
208 | This allows LEDs to be controlled as a backlight device: they | ||
209 | turn off and on when the display is blanked and unblanked. | ||
210 | |||
211 | If unsure, say N. | ||
212 | |||
196 | config LEDS_TRIGGER_DEFAULT_ON | 213 | config LEDS_TRIGGER_DEFAULT_ON |
197 | tristate "LED Default ON Trigger" | 214 | tristate "LED Default ON Trigger" |
198 | depends on LEDS_TRIGGERS | 215 | depends on LEDS_TRIGGERS |