diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index e2b7a5382ae6..f12a99676628 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -253,6 +253,16 @@ config LEDS_LT3593 | |||
253 | LT3593 controller. This controller uses a special one-wire pulse | 253 | LT3593 controller. This controller uses a special one-wire pulse |
254 | coding protocol to set the brightness. | 254 | coding protocol to set the brightness. |
255 | 255 | ||
256 | config LEDS_ADP5520 | ||
257 | tristate "LED Support for ADP5520/ADP5501 PMIC" | ||
258 | depends on LEDS_CLASS && PMIC_ADP5520 | ||
259 | help | ||
260 | This option enables support for on-chip LED drivers found | ||
261 | on Analog Devices ADP5520/ADP5501 PMICs. | ||
262 | |||
263 | To compile this driver as a module, choose M here: the module will | ||
264 | be called leds-adp5520. | ||
265 | |||
256 | comment "LED Triggers" | 266 | comment "LED Triggers" |
257 | 267 | ||
258 | config LEDS_TRIGGERS | 268 | config LEDS_TRIGGERS |