mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: add sensor adapter driver
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: Ie21ecbcb7d6d01f7ed1276dcf0346095a8083093
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
1286
drivers/media/i2c/sensor_adapter.c
Normal file
1286
drivers/media/i2c/sensor_adapter.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user