summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/Makefile
diff options
context:
space:
mode:
authorAlan Chiang <alanx.chiang@intel.com>2018-04-24 22:12:08 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-28 09:21:32 -0400
commit5b0a205466578432ce8faadd08f8d7ef895a180f (patch)
treeb74996030eac44e3ba6d28d533cc3fad88880095 /drivers/media/i2c/Makefile
parent5129c0e1f6ac65eb1524aa520b06c6c742f0430e (diff)
downloadlinux-5b0a205466578432ce8faadd08f8d7ef895a180f.tar.bz2
media: dw9807: Add dw9807 vcm driver
DW9807 is a 10 bit DAC from Dongwoon, designed for linear control of voice coil motor. This driver creates a V4L2 subdevice and provides control to set the desired focus. Signed-off-by: Alan Chiang <alanx.chiang@intel.com> Signed-off-by: Andy Yeh <andy.yeh@intel.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Tomasz Figa <tfiga@chromium.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
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 33cf2a415657..1d994658a9d4 100644
--- a/drivers/media/i2c/Makefile
+++ b/drivers/media/i2c/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_VIDEO_SAA7185) += saa7185.o
obj-$(CONFIG_VIDEO_SAA6752HS) += saa6752hs.o
obj-$(CONFIG_VIDEO_AD5820) += ad5820.o
obj-$(CONFIG_VIDEO_DW9714) += dw9714.o
+obj-$(CONFIG_VIDEO_DW9807) += dw9807.o
obj-$(CONFIG_VIDEO_ADV7170) += adv7170.o
obj-$(CONFIG_VIDEO_ADV7175) += adv7175.o
obj-$(CONFIG_VIDEO_ADV7180) += adv7180.o