Skip to content

Commit 5c97311

Browse files
zengyiqingrkhuangtao
authored andcommitted
media: soc_camera: add camera sensor sc2232
Change-Id: I26e8291d5fd779d7c8cda80921d21aa57d000aac Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
1 parent d899b03 commit 5c97311

3 files changed

Lines changed: 852 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
@@ -96,3 +96,10 @@ config VIDEO_SC031GS
9696
default n
9797
help
9898
This is sc031gs camera driver adapt to rockchip cif isp platform.
99+
100+
config VIDEO_SC2232
101+
tristate "sc2232 driver adapt to rockchip cif isp platform"
102+
depends on VIDEO_V4L2 && VIDEO_RK_CIF_ISP10 && I2C
103+
default n
104+
help
105+
This is sc2232 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
@@ -13,3 +13,4 @@ obj-$(CONFIG_VIDEO_OV9281) += ov_camera_module.o rk_camera_module.o ov9281_v4l2-
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
1515
obj-$(CONFIG_VIDEO_SC031GS) += sc_camera_module.o rk_camera_module.o sc031gs_v4l2-i2c-subdev.o
16+
obj-$(CONFIG_VIDEO_SC2232) += sc_camera_module.o rk_camera_module.o sc2232_v4l2-i2c-subdev.o

0 commit comments

Comments
 (0)