media: i2c: s5k3l6xx: add s5k3l6xx camera driver

Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: I140414d9c54af22818852812bf436d562c6d5b0b
This commit is contained in:
Jianwei Fan
2022-01-26 16:40:36 +08:00
committed by Tao Huang
parent 8556e654d6
commit ed07815405
3 changed files with 1509 additions and 0 deletions

View File

@@ -1688,6 +1688,15 @@ config VIDEO_RJ54N1
To compile this driver as a module, choose M here: the
module will be called rj54n1.
config VIDEO_S5K3L6XX
tristate "Samsung S5K3L6XX sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the Samsung
S5K3L6XX camera.
config VIDEO_S5K6AA
tristate "Samsung S5K6AAFX sensor support"
depends on I2C && VIDEO_V4L2

View File

@@ -116,6 +116,7 @@ obj-$(CONFIG_VIDEO_SENSOR_ADAPTER) += sensor_adapter.o
obj-$(CONFIG_VIDEO_SR030PC30) += sr030pc30.o
obj-$(CONFIG_VIDEO_NOON010PC30) += noon010pc30.o
obj-$(CONFIG_VIDEO_RJ54N1) += rj54n1cb0c.o
obj-$(CONFIG_VIDEO_S5K3L6XX) += s5k3l6xx.o
obj-$(CONFIG_VIDEO_S5K6AA) += s5k6aa.o
obj-$(CONFIG_VIDEO_S5K6A3) += s5k6a3.o
obj-$(CONFIG_VIDEO_S5K4ECGX) += s5k4ecgx.o

1499
drivers/media/i2c/s5k3l6xx.c Normal file

File diff suppressed because it is too large Load Diff