summaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorDan Murphy2014-11-19 13:48:35 +0100
committerBryan Wu2014-11-19 19:33:06 +0100
commit7a8685accb95801bb29ab85d5b370999d3fb8e32 (patch)
tree6abb9b310e172699bee34640626a89ea50f86be8 /drivers/leds/Kconfig
parentleds: Add support for setting brightness in a synchronous way (diff)
downloadkernel-qcow2-linux-7a8685accb95801bb29ab85d5b370999d3fb8e32.tar.gz
kernel-qcow2-linux-7a8685accb95801bb29ab85d5b370999d3fb8e32.tar.xz
kernel-qcow2-linux-7a8685accb95801bb29ab85d5b370999d3fb8e32.zip
leds: lp8860: Introduce TI lp8860 4 channel LED driver
Introduce the Texas Instruments lp8860 4 channel LED driver. This driver configures the device in display cluster mode as this seems to be the most used configuration at the time of the driver configuration. For more product information please see the link below: http://www.ti.com/product/lp8860-q1 Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index a210338cfeb1..b0dce59f23e8 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -250,6 +250,16 @@ config LEDS_LP8788
help
This option enables support for the Keyboard LEDs on the LP8788 PMIC.
+config LEDS_LP8860
+ tristate "LED support for the TI LP8860 4 channel LED driver"
+ depends on LEDS_CLASS && REGMAP_I2C
+ help
+ If you say yes here you get support for the TI LP8860 4 channel
+ LED driver.
+ This option enables support for the display cluster LEDs
+ on the LP8860 4 channel LED driver using the I2C communication
+ bus.
+
config LEDS_CLEVO_MAIL
tristate "Mail LED on Clevo notebook"
depends on LEDS_CLASS