summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/Makefile
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2018-07-20 17:07:15 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-27 12:33:09 -0400
commite6c17ada3188e0deb43652b0eed249f37e0d44b0 (patch)
tree8c5c1ae4c9ebadce19060c10d9207d46c9fe9af9 /drivers/media/i2c/Makefile
parent4070fc9ade52f7d0ad1397fe74f564ae95e68a4f (diff)
downloadlinux-e6c17ada3188e0deb43652b0eed249f37e0d44b0.tar.bz2
media: dw9807-vcm: Recognise this is just the VCM bit of the device
The dw9807 contains a voice coil lens driver as well as an EEPROM. This driver is just for the VCM. Reflect this in the driver's name --- this is already the case for the compatible string, for instance. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/Makefile b/drivers/media/i2c/Makefile
index 837c428339df..a6314160a3f5 100644
--- a/drivers/media/i2c/Makefile
+++ b/drivers/media/i2c/Makefile
@@ -25,7 +25,7 @@ obj-$(CONFIG_VIDEO_SAA6752HS) += saa6752hs.o
obj-$(CONFIG_VIDEO_AD5820) += ad5820.o
obj-$(CONFIG_VIDEO_AK7375) += ak7375.o
obj-$(CONFIG_VIDEO_DW9714) += dw9714.o
-obj-$(CONFIG_VIDEO_DW9807) += dw9807.o
+obj-$(CONFIG_VIDEO_DW9807_VCM) += dw9807-vcm.o
obj-$(CONFIG_VIDEO_ADV7170) += adv7170.o
obj-$(CONFIG_VIDEO_ADV7175) += adv7175.o
obj-$(CONFIG_VIDEO_ADV7180) += adv7180.o