summary refs log tree commit diff
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorG.Shark Jeong <gshark.jeong@gmail.com>2012-09-12 20:05:50 +0800
committerBryan Wu <bryan.wu@canonical.com>2012-09-13 11:56:41 +0800
commit8b7cfbec052d3a0b8e8c7de24a6b5f00d340e193 (patch)
tree26301fd33a2fbaf5d262b45be29f15d1a8bdc897 /drivers/leds/Makefile
parentf162584232e1b7eb05647abb1f109cbe91543ac8 (diff)
downloadlinux-8b7cfbec052d3a0b8e8c7de24a6b5f00d340e193.tar.gz
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/Makefile1
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
 obj-$(CONFIG_LEDS_LOCOMO)		+= leds-locomo.o
 obj-$(CONFIG_LEDS_LM3530)		+= leds-lm3530.o
 obj-$(CONFIG_LEDS_LM3533)		+= leds-lm3533.o
+obj-$(CONFIG_LEDS_LM3642)		+= leds-lm3642.o
 obj-$(CONFIG_LEDS_MIKROTIK_RB532)	+= leds-rb532.o
 obj-$(CONFIG_LEDS_S3C24XX)		+= leds-s3c24xx.o
 obj-$(CONFIG_LEDS_NET48XX)		+= leds-net48xx.o