Skip to content

Commit a0c3d9c

Browse files
committed
media/i2c: Add driver for ams Mira220
1 parent cbf5fa2 commit a0c3d9c

File tree

3 files changed

+2200
-0
lines changed

3 files changed

+2200
-0
lines changed

drivers/media/i2c/Kconfig

+14
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,20 @@ config VIDEO_IMX708
338338
config VIDEO_MAX9271_LIB
339339
tristate
340340

341+
config VIDEO_MIRA220
342+
tristate "ams MIRA220 sensor support"
343+
depends on I2C && VIDEO_DEV
344+
select MEDIA_CONTROLLER
345+
select VIDEO_V4L2_SUBDEV_API
346+
select V4L2_CCI_I2C
347+
select V4L2_FWNODE
348+
help
349+
This is a Video4Linux2 sensor driver for the ams
350+
MIRA220 camera.
351+
352+
To compile this driver as a module, choose M here: the
353+
module will be called mira220.
354+
341355
config VIDEO_MT9M001
342356
tristate "mt9m001 support"
343357
help

drivers/media/i2c/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ obj-$(CONFIG_VIDEO_MAX9271_LIB) += max9271.o
7878
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
7979
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
8080
obj-$(CONFIG_VIDEO_MAX96717) += max96717.o
81+
obj-$(CONFIG_VIDEO_MIRA220) += mira220.o
8182
obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
8283
obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
8384
obj-$(CONFIG_VIDEO_MT9M001) += mt9m001.o

0 commit comments

Comments
 (0)