diff options
author | Sven Van Asbroeck <thesven73@gmail.com> | 2019-12-16 09:32:58 -0500 |
---|---|---|
committer | Pavel <pavel@ucw.cz> | 2019-12-21 20:10:02 +0100 |
commit | b3b42b4a383c11daf34b6e4e997bd0d0bb83f02b (patch) | |
tree | 274f3b63afdf43fa2be6cc41680069e5ab8c7fc5 /drivers/leds/Kconfig | |
parent | b0ff986084007ca91a9d0738825e593b41d3b979 (diff) |
leds: tps6105x: add driver for MFD chip LED mode
This driver adds support for the LED operational mode of the
tps6105x MFD device.
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
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 4b68520ac251..d82f1dea3711 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -836,6 +836,16 @@ config LEDS_LM36274 Say Y to enable the LM36274 LED driver for TI LMU devices. This supports the LED device LM36274. +config LEDS_TPS6105X + tristate "LED support for TI TPS6105X" + depends on LEDS_CLASS + depends on TPS6105X + default y if TPS6105X + help + This driver supports TPS61050/TPS61052 LED chips. + It is a single boost converter primarily for white LEDs and + audio amplifiers. + comment "LED Triggers" source "drivers/leds/trigger/Kconfig" |