File tree Expand file tree Collapse file tree
drivers/media/i2c/soc_camera/rockchip Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ obj-$(CONFIG_VIDEO_OV9281) += ov_camera_module.o rk_camera_module.o ov9281_v4l2-
1313obj-$(CONFIG_VIDEO_OV9750) += ov_camera_module.o rk_camera_module.o ov9750_v4l2-i2c-subdev.o
1414obj-$(CONFIG_VIDEO_ov5640) += ov_camera_module.o rk_camera_module.o ov5640_v4l2-i2c-subdev.o
1515obj-$(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
You can’t perform that action at this time.
0 commit comments