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 e3e40427e00e..14bb57b16593 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -157,6 +157,13 @@ config LEDS_PCA955X | |||
157 | LED driver chips accessed via the I2C bus. Supported | 157 | LED driver chips accessed via the I2C bus. Supported |
158 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. | 158 | devices include PCA9550, PCA9551, PCA9552, and PCA9553. |
159 | 159 | ||
160 | config LEDS_DA903X | ||
161 | tristate "LED Support for DA9030/DA9034 PMIC" | ||
162 | depends on LEDS_CLASS && PMIC_DA903X | ||
163 | help | ||
164 | This option enables support for on-chip LED drivers found | ||
165 | on Dialog Semiconductor DA9030/DA9034 PMICs. | ||
166 | |||
160 | comment "LED Triggers" | 167 | comment "LED Triggers" |
161 | 168 | ||
162 | config LEDS_TRIGGERS | 169 | config LEDS_TRIGGERS |