summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/Makefile
diff options
context:
space:
mode:
authorDaniel Jeong <gshark.jeong@gmail.com>2013-10-16 04:12:19 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-10-31 06:36:39 -0200
commit7f6b11a18c30743a7099d6e3110e45bd1b2cf54c (patch)
treee281e6953f4483995094d719537c9948bff05387 /drivers/media/i2c/Makefile
parent8fdd33b1bcf32ed9cf21aa9e4a66fa68c6beaa1b (diff)
downloadlinux-7f6b11a18c30743a7099d6e3110e45bd1b2cf54c.tar.bz2
[media] media: i2c: add driver for dual LED Flash, lm3560
Adds the driver for the LM3560, dual LED Flash The LM3560 has two 1A constant current driver for high current white LEDs. It is controlled via an I2C compatible interface(up to 400kHz). Each flash brightness, torch brightness and enable/disable can be controlled independantly, but flash timeout and operation mode are shared. Signed-off-by: Daniel Jeong <gshark.jeong@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/Makefile')
-rw-r--r--drivers/media/i2c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/Makefile b/drivers/media/i2c/Makefile
index 9f462df77b4a..e03f1776f4f4 100644
--- a/drivers/media/i2c/Makefile
+++ b/drivers/media/i2c/Makefile
@@ -70,6 +70,7 @@ obj-$(CONFIG_VIDEO_S5K4ECGX) += s5k4ecgx.o
obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3/
obj-$(CONFIG_VIDEO_ADP1653) += adp1653.o
obj-$(CONFIG_VIDEO_AS3645A) += as3645a.o
+obj-$(CONFIG_VIDEO_LM3560) += lm3560.o
obj-$(CONFIG_VIDEO_SMIAPP_PLL) += smiapp-pll.o
obj-$(CONFIG_VIDEO_AK881X) += ak881x.o
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o