media: i2c: add soi jx_k04 sensor driver

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I967e30304d6bae7c27f4536d48bb36a5bacc974c
This commit is contained in:
Yiqing Zeng
2021-04-09 09:15:45 +08:00
committed by Tao Huang
parent ff1dff0cae
commit 0807317e51
3 changed files with 1381 additions and 0 deletions

View File

@@ -1609,6 +1609,17 @@ config VIDEO_JX_H65
To compile this driver as a module, choose M here: the
module will be called jx_h65.
config VIDEO_JX_K04
tristate "SOI JX_K04 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
Support for the SOI JX_K04 sensor.
To compile this driver as a module, choose M here: the
module will be called jx_k04.
config VIDEO_SC031GS
tristate "SmartSens SC031GS sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -175,6 +175,7 @@ obj-$(CONFIG_VIDEO_BF3925) += bf3925.o
obj-$(CONFIG_VIDEO_JX_F37) += jx_f37.o
obj-$(CONFIG_VIDEO_JX_H62) += jx_h62.o
obj-$(CONFIG_VIDEO_JX_H65) += jx_h65.o
obj-$(CONFIG_VIDEO_JX_K04) += jx_k04.o
obj-$(CONFIG_VIDEO_SC031GS) += sc031gs.o
obj-$(CONFIG_VIDEO_SC132GS) += sc132gs.o
obj-$(CONFIG_VIDEO_SC200AI) += sc200ai.o

1369
drivers/media/i2c/jx_k04.c Normal file

File diff suppressed because it is too large Load Diff