diff options
author | Jacek Anaszewski | 2019-04-07 20:55:14 +0200 |
---|---|---|
committer | Jacek Anaszewski | 2019-04-07 20:55:14 +0200 |
commit | 174c9526ac8930955a6c332a273aa04e04146f72 (patch) | |
tree | d2da43f7d7d6fd8306b353577b4ca97b5023c4c9 /drivers/leds/Kconfig | |
parent | 6e6c214f16e418ac8583e3dc8ea967a8cc59d9f0 (diff) | |
parent | bc1b8492c764fea940fc66206047e37a7f8d77e1 (diff) |
Merge tag 'lm3532-driver-improvements' into for-next
Merge immutable branch between LEDs, MFD and OMAP Device Tree due to
LM3532 backlight driver improvements and relocation.
* tag 'lm3532-driver-improvements':
leds: lm3532: Introduce the lm3532 LED driver
mfd: ti-lmu: Remove LM3532 backlight driver references
ARM: dts: omap4-droid4: Update backlight dt properties
dt: lm3532: Add lm3532 dt doc and update ti_lmu doc
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 6b016526b111..f3000ccb8d35 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -138,6 +138,16 @@ config LEDS_LM3530 controlled manually or using PWM input or using ambient light automatically. +config LEDS_LM3532 + tristate "LCD Backlight driver for LM3532" + depends on LEDS_CLASS + depends on I2C + help + This option enables support for the LCD backlight using + LM3532 ambient light sensor chip. This ALS chip can be + controlled manually or using PWM input or using ambient + light automatically. + config LEDS_LM3533 tristate "LED support for LM3533" depends on LEDS_CLASS |