mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: i2c: add sc200ai driver
Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com> Change-Id: I25d53efa9c620c51407529414f7eebfdb315cfd6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1961
drivers/media/i2c/sc200ai.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user