mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: i2c: add mis4001 sensor driver
Signed-off-by: Mingwei Yan <mingwei.yan@rock-chips.com> Change-Id: I14ce592e0f03af0584b49f9dbf79b4685265bba3
This commit is contained in:
@@ -1861,6 +1861,16 @@ config VIDEO_MIS2031
|
||||
This is a Video4Linux2 sensor driver for the ImageDesign
|
||||
MIS2031 camera.
|
||||
|
||||
config VIDEO_MIS4001
|
||||
tristate "ImageDesign mis4001 sensor support"
|
||||
depends on I2C && VIDEO_V4L2
|
||||
select MEDIA_CONTROLLER
|
||||
select VIDEO_V4L2_SUBDEV_API
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
This is a Video4Linux2 sensor driver for the ImageDesign
|
||||
MIS4001 camera.
|
||||
|
||||
config VIDEO_MT9M001
|
||||
tristate "mt9m001 support"
|
||||
depends on I2C && VIDEO_V4L2
|
||||
|
||||
@@ -117,6 +117,7 @@ obj-$(CONFIG_VIDEO_OV13850) += ov13850.o
|
||||
obj-$(CONFIG_VIDEO_OV13855) += ov13855.o
|
||||
obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
|
||||
obj-$(CONFIG_VIDEO_MIS2031) += mis2031.o
|
||||
obj-$(CONFIG_VIDEO_MIS4001) += mis4001.o
|
||||
obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
|
||||
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
|
||||
obj-$(CONFIG_VIDEO_MT9M111) += mt9m111.o
|
||||
|
||||
1637
drivers/media/i2c/mis4001.c
Normal file
1637
drivers/media/i2c/mis4001.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user