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 @@ -339,6 +339,20 @@ config VIDEO_IMX708
339
339
config VIDEO_MAX9271_LIB
340
340
tristate
341
341
342
+ config VIDEO_MIRA220
343
+ tristate "ams MIRA220 sensor support"
344
+ depends on I2C && VIDEO_DEV
345
+ select MEDIA_CONTROLLER
346
+ select VIDEO_V4L2_SUBDEV_API
347
+ select V4L2_CCI_I2C
348
+ select V4L2_FWNODE
349
+ help
350
+ This is a Video4Linux2 sensor driver for the ams
351
+ MIRA220 camera.
352
+
353
+ To compile this driver as a module, choose M here: the
354
+ module will be called mira220.
355
+
342
356
config VIDEO_MT9M001
343
357
tristate "mt9m001 support"
344
358
help
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ obj-$(CONFIG_VIDEO_MAX9271_LIB) += max9271.o
78
78
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
79
79
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
80
80
obj-$(CONFIG_VIDEO_MAX96717) += max96717.o
81
+ obj-$(CONFIG_VIDEO_MIRA220) += mira220.o
81
82
obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
82
83
obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
83
84
obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o
You can’t perform that action at this time.
0 commit comments