File tree Expand file tree Collapse file tree 3 files changed +2013
-0
lines changed
Expand file tree Collapse file tree 3 files changed +2013
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,20 @@ config VIDEO_IMX708
340340config VIDEO_MAX9271_LIB
341341 tristate
342342
343+ config VIDEO_MIRA220
344+ tristate "ams MIRA220 sensor support"
345+ depends on I2C && VIDEO_DEV
346+ select MEDIA_CONTROLLER
347+ select VIDEO_V4L2_SUBDEV_API
348+ select V4L2_CCI_I2C
349+ select V4L2_FWNODE
350+ help
351+ This is a Video4Linux2 sensor driver for the ams
352+ MIRA220 camera.
353+
354+ To compile this driver as a module, choose M here: the
355+ module will be called mira220.
356+
343357config VIDEO_MT9M001
344358 tristate "mt9m001 support"
345359 help
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ obj-$(CONFIG_VIDEO_MAX9271_LIB) += max9271.o
7979obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
8080obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
8181obj-$(CONFIG_VIDEO_MAX96717) += max96717.o
82+ obj-$(CONFIG_VIDEO_MIRA220) += mira220.o
8283obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
8384obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
8485obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
You can’t perform that action at this time.
0 commit comments