media: i2c: add sc200ai driver

Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com>
Change-Id: I25d53efa9c620c51407529414f7eebfdb315cfd6
This commit is contained in:
Zhenke Fan
2020-09-05 10:35:59 +08:00
committed by Tao Huang
parent 60005ae6b0
commit d53fb08fae
3 changed files with 1973 additions and 0 deletions

View File

@@ -1486,6 +1486,17 @@ config VIDEO_SC132GS
To compile this driver as a module, choose M here: the
module will be called sc132gs.
config VIDEO_SC200AI
tristate "smartsens,sc200ai sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
---help---
Support for the smartsens,sc200ai sensor.
To compile this driver as a module, choose M here: the
module will be called sc200ai.
config VIDEO_SC210IOT
tristate "SmartSens SC210iot sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -158,6 +158,7 @@ obj-$(CONFIG_VIDEO_JX_F37) += jx_f37.o
obj-$(CONFIG_VIDEO_JX_H65) += jx_h65.o
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
obj-$(CONFIG_VIDEO_SC132GS) += sc132gs.o
obj-$(CONFIG_VIDEO_SC200AI) += sc200ai.o
obj-$(CONFIG_VIDEO_SC210IOT) += sc210iot.o
obj-$(CONFIG_VIDEO_SC2310) += sc2310.o

1961
drivers/media/i2c/sc200ai.c Normal file

File diff suppressed because it is too large Load Diff