Skip to content

Commit 7b1fb39

Browse files
zengyiqingrkhuangtao
authored andcommitted
media: soc_camera: add mono sensor sc031gs
Change-Id: I6b3e376d905895ad9fef4364184b201da5f873cc Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
1 parent f944fd0 commit 7b1fb39

5 files changed

Lines changed: 2377 additions & 0 deletions

File tree

drivers/media/i2c/soc_camera/rockchip/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ config VIDEO_ov5640
8989
default n
9090
help
9191
This is ov5640 camera driver adapt to rockchip cif isp platform.
92+
93+
config VIDEO_SC031GS
94+
tristate "sc031gs driver adapt to rockchip cif isp platform"
95+
depends on VIDEO_V4L2 && VIDEO_RK_CIF_ISP10 && I2C
96+
default n
97+
help
98+
This is sc031gs camera driver adapt to rockchip cif isp platform.

drivers/media/i2c/soc_camera/rockchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ obj-$(CONFIG_VIDEO_OV13850) += ov_camera_module.o rk_camera_module.o ov13850_v4l
1212
obj-$(CONFIG_VIDEO_OV9281) += ov_camera_module.o rk_camera_module.o ov9281_v4l2-i2c-subdev.o
1313
obj-$(CONFIG_VIDEO_OV9750) += ov_camera_module.o rk_camera_module.o ov9750_v4l2-i2c-subdev.o
1414
obj-$(CONFIG_VIDEO_ov5640) += ov_camera_module.o rk_camera_module.o ov5640_v4l2-i2c-subdev.o
15+
obj-$(CONFIG_VIDEO_SC031GS) += sc_camera_module.o rk_camera_module.o sc031gs_v4l2-i2c-subdev.o

0 commit comments

Comments
 (0)