diff options
author | G.Shark Jeong <gshark.jeong@gmail.com> | 2012-09-12 08:05:50 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-09-12 23:56:41 -0400 |
commit | 8b7cfbec052d3a0b8e8c7de24a6b5f00d340e193 (patch) | |
tree | 26301fd33a2fbaf5d262b45be29f15d1a8bdc897 /drivers/leds/Makefile | |
parent | f162584232e1b7eb05647abb1f109cbe91543ac8 (diff) |
leds: Add new LED driver for lm3642 chips
This driver is a general version for LM642 led chip of TI.
LM3642 :
The LM3642 is a 4MHz fixed-frequency synchronous boost
converter plus 1.5A constant current driver for a high-current
white LED.
The LM3642 is controlled via an I2C-compatible interface.
Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.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 b57a021d1fea..2ad9871becde 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -11,6 +11,7 @@ obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o | |||
11 | obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o | 11 | obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o |
12 | obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o | 12 | obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o |
13 | obj-$(CONFIG_LEDS_LM3533) += leds-lm3533.o | 13 | obj-$(CONFIG_LEDS_LM3533) += leds-lm3533.o |
14 | obj-$(CONFIG_LEDS_LM3642) += leds-lm3642.o | ||
14 | obj-$(CONFIG_LEDS_MIKROTIK_RB532) += leds-rb532.o | 15 | obj-$(CONFIG_LEDS_MIKROTIK_RB532) += leds-rb532.o |
15 | obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o | 16 | obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o |
16 | obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o | 17 | obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o |