diff options
author | Dan Murphy <dmurphy@ti.com> | 2019-05-06 14:16:14 -0500 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2019-05-24 22:40:47 +0200 |
commit | 5c1d824cda9f6059ee5fb6cc83cd4f47c85cf215 (patch) | |
tree | d8a9e7fb8e186a4dfc83b17a4cb8eb06abb63e38 /drivers/leds/Kconfig | |
parent | b86b9ba55a2e0d1013db26084385d83dd7d0b475 (diff) | |
download | linux-5c1d824cda9f6059ee5fb6cc83cd4f47c85cf215.tar.bz2 |
leds: lm3697: Introduce the lm3697 driver
Introduce the lm3697 LED driver for backlighting and display.
Datasheet location:
http://www.ti.com/lit/ds/symlink/lm3697.pdf
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 4e262696be19..ba14b4894855 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -792,6 +792,14 @@ config LEDS_TI_LMU_COMMON This supports common features between the TI LM3532, LM3631, LM3632, LM3633, LM3695 and LM3697. +config LEDS_LM3697 + tristate "LED driver for LM3697" + depends on LEDS_TI_LMU_COMMON + depends on I2C && OF + help + Say Y to enable the LM3697 LED driver for TI LMU devices. + This supports the LED device LM3697. + comment "LED Triggers" source "drivers/leds/trigger/Kconfig" |