aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2019-06-05 07:56:34 -0500
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2019-06-07 20:40:07 +0200
commit11e1bbc116a75d4a93122ea0a3b2be814922d864 (patch)
tree671c4f60d2f43ae6a192a1313b447611763c3d09 /drivers/leds/Kconfig
parentdt-bindings: leds: Add LED bindings for the LM36274 (diff)
downloadlinux-dev-11e1bbc116a75d4a93122ea0a3b2be814922d864.tar.xz
linux-dev-11e1bbc116a75d4a93122ea0a3b2be814922d864.zip
leds: lm36274: Introduce the TI LM36274 LED driver
Introduce the LM36274 LED driver. This driver uses the ti-lmu MFD driver to probe this LED driver. The driver configures only the LED registers and enables the outputs according to the config file. The driver utilizes the TI LMU (Lighting Management Unit) LED common framework to set the brightness bits. Signed-off-by: Dan Murphy <dmurphy@ti.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index ba14b4894855..c36cbabdd9c6 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -800,6 +800,14 @@ config LEDS_LM3697
Say Y to enable the LM3697 LED driver for TI LMU devices.
This supports the LED device LM3697.
+config LEDS_LM36274
+ tristate "LED driver for LM36274"
+ depends on LEDS_TI_LMU_COMMON
+ depends on MFD_TI_LMU
+ help
+ Say Y to enable the LM36274 LED driver for TI LMU devices.
+ This supports the LED device LM36274.
+
comment "LED Triggers"
source "drivers/leds/trigger/Kconfig"