mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
media: i2c: add sc500ai driver
Signed-off-by: Frank Liu <frank.liu@rock-chips.com> Change-Id: I2c77e19dfe67e943bf18d6f775d30b4180f59b95
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1797
drivers/media/i2c/sc500ai.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user