diff options
author | Dan Murphy <dmurphy@ti.com> | 2014-11-19 15:48:35 +0300 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-11-19 21:33:06 +0300 |
commit | 7a8685accb95801bb29ab85d5b370999d3fb8e32 (patch) | |
tree | 6abb9b310e172699bee34640626a89ea50f86be8 /drivers/leds/Kconfig | |
parent | 4d71a4a12b130ad033219e6f58c74a64059415eb (diff) | |
download | linux-7a8685accb95801bb29ab85d5b370999d3fb8e32.tar.xz |
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/Kconfig | 10 |
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 |