sysdrv/source/kernel/drivers/media/i2c : Add the ISG1321 sensor driver
Signed-off-by: eng29 <eng29@luckfox.com>
This commit is contained in:
parent
528faf5cf4
commit
50109dc442
|
|
@ -1864,6 +1864,17 @@ config VIDEO_MIS5001
|
|||
This is a Video4Linux2 sensor driver for the ImageDesign
|
||||
MIS5001 camera.
|
||||
|
||||
config VIDEO_MIA1321
|
||||
tristate "ImageDesign mia1321 sensor support"
|
||||
depends on I2C && VIDEO_V4L2
|
||||
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
|
||||
MIA1321 camera.
|
||||
|
||||
config VIDEO_MT9M001
|
||||
tristate "mt9m001 support"
|
||||
depends on I2C && VIDEO_V4L2
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
|
|||
obj-$(CONFIG_VIDEO_MIS2031) += mis2031.o
|
||||
obj-$(CONFIG_VIDEO_MIS4001) += mis4001.o
|
||||
obj-$(CONFIG_VIDEO_MIS5001) += mis5001.o
|
||||
obj-$(CONFIG_VIDEO_MIA1321) += mia1321.o
|
||||
obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
|
||||
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
|
||||
obj-$(CONFIG_VIDEO_MT9M111) += mt9m111.o
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue