mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: i2c: add sc530ai sensor driver
Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com> Change-Id: Icc4feae09b7497777e2f1bc586bd220caeac92a5
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
2065
drivers/media/i2c/sc530ai.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user