media: i2c: add sensor adapter driver

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ie21ecbcb7d6d01f7ed1276dcf0346095a8083093
This commit is contained in:
Zefa Chen
2022-01-24 17:57:23 +08:00
committed by 陈泽发
parent 812bc2a478
commit bfbdfdecf6
3 changed files with 1296 additions and 0 deletions

View File

@@ -1640,6 +1640,15 @@ config VIDEO_MT9V111
To compile this driver as a module, choose M here: the
module will be called mt9v111.
config VIDEO_SENSOR_ADAPTER
tristate "Rockchip sensor driver adapter"
depends on I2C && VIDEO_V4L2
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver adapter for other platform.
config VIDEO_SR030PC30
tristate "Siliconfile SR030PC30 sensor support"
depends on I2C && VIDEO_V4L2

View File

@@ -112,6 +112,7 @@ obj-$(CONFIG_VIDEO_MT9T112) += mt9t112.o
obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o
obj-$(CONFIG_VIDEO_MT9V032) += mt9v032.o
obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
obj-$(CONFIG_VIDEO_SENSOR_ADAPTER) += sensor_adapter.o
obj-$(CONFIG_VIDEO_SR030PC30) += sr030pc30.o
obj-$(CONFIG_VIDEO_NOON010PC30) += noon010pc30.o
obj-$(CONFIG_VIDEO_RJ54N1) += rj54n1cb0c.o

File diff suppressed because it is too large Load Diff