media: i2c: add sc530ai sensor driver

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: Icc4feae09b7497777e2f1bc586bd220caeac92a5
This commit is contained in:
Yiqing Zeng
2022-03-15 15:14:53 +08:00
committed by Tao Huang
parent 6745dcaff6
commit 75a2a7aa38
3 changed files with 2076 additions and 0 deletions

View File

@@ -1668,6 +1668,16 @@ config VIDEO_SC4336
This is a Video4Linux2 sensor driver for the SmartSens
SC4336 camera.
config VIDEO_SC530AI
tristate "SmartSens SC530AI sensor support"
depends on I2C && VIDEO_V4L2
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the SmartSens
SC530AI camera.
config VIDEO_SENSOR_ADAPTER
tristate "Rockchip sensor driver adapter"
depends on I2C && VIDEO_V4L2

View File

@@ -115,6 +115,7 @@ obj-$(CONFIG_VIDEO_MT9V032) += mt9v032.o
obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
obj-$(CONFIG_VIDEO_SC3336) += sc3336.o
obj-$(CONFIG_VIDEO_SC4336) += sc4336.o
obj-$(CONFIG_VIDEO_SC530AI) += sc530ai.o
obj-$(CONFIG_VIDEO_SENSOR_ADAPTER) += sensor_adapter.o
obj-$(CONFIG_VIDEO_SR030PC30) += sr030pc30.o
obj-$(CONFIG_VIDEO_NOON010PC30) += noon010pc30.o

2065
drivers/media/i2c/sc530ai.c Normal file

File diff suppressed because it is too large Load Diff