diff options
author | Dan Murphy <dmurphy@ti.com> | 2014-11-19 12:48:35 (GMT) |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-11-19 18:33:06 (GMT) |
commit | 7a8685accb95801bb29ab85d5b370999d3fb8e32 (patch) | |
tree | 6abb9b310e172699bee34640626a89ea50f86be8 /drivers/leds/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index a2b1647..1c65a19 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -28,6 +28,7 @@ obj-$(CONFIG_LEDS_LP5523) += leds-lp5523.o obj-$(CONFIG_LEDS_LP5562) += leds-lp5562.o obj-$(CONFIG_LEDS_LP8501) += leds-lp8501.o obj-$(CONFIG_LEDS_LP8788) += leds-lp8788.o +obj-$(CONFIG_LEDS_LP8860) += leds-lp8860.o obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o obj-$(CONFIG_LEDS_IPAQ_MICRO) += leds-ipaq-micro.o |