media: i2c: add sc500ai driver

Signed-off-by: Frank Liu <frank.liu@rock-chips.com>
Change-Id: I2c77e19dfe67e943bf18d6f775d30b4180f59b95
This commit is contained in:
Frank Liu
2020-12-10 08:51:49 +08:00
committed by Tao Huang
parent f43f195636
commit fd06e4f6d5
3 changed files with 1809 additions and 0 deletions

View File

@@ -1635,6 +1635,17 @@ config VIDEO_SC4238
To compile this driver as a module, choose M here: the
module will be called sc4238.
config VIDEO_SC500AI
tristate "SmartSens SC500AI sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the SmartSens SC500AI sensor.
To compile this driver as a module, choose M here: the
module will be called SC500AI.
comment "Flash devices"
config VIDEO_ADP1653

View File

@@ -175,6 +175,7 @@ obj-$(CONFIG_VIDEO_SC2232) += sc2232.o
obj-$(CONFIG_VIDEO_SC2239) += sc2239.o
obj-$(CONFIG_VIDEO_SC2310) += sc2310.o
obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
obj-$(CONFIG_VIDEO_SC500AI) += sc500ai.o
obj-$(CONFIG_VIDEO_PREISP_DUMMY_SENSOR) += preisp-dummy.o

1797
drivers/media/i2c/sc500ai.c Normal file

File diff suppressed because it is too large Load Diff