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 @@ -61,3 +61,9 @@ config VIDEO_NT99230
6161 ---help---
6262 This is nt99230 hdmi video driver adapt to rockchip cif isp platform.
6363
64+ config VIDEO_OV13850
65+ tristate "ov13850 driver adapt to rockchip cif isp platform"
66+ depends on VIDEO_V4L2 && VIDEO_RK_CIF_ISP10 && I2C
67+ default n
68+ ---help---
69+ This is ov13850 camera driver adapt to rockchip cif isp platform.
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ obj-$(CONFIG_VIDEO_TC358749XBG) += tc_camera_module.o rk_camera_module.o tc35874
77obj-$(CONFIG_VIDEO_ADV7181) += adv_camera_module.o rk_camera_module.o adv7181_v4l2-i2c-subdev.o
88obj-$(CONFIG_VIDEO_OV7675) += ov_camera_module.o rk_camera_module.o ov7675_v4l2-i2c-subdev.o
99obj-$(CONFIG_VIDEO_NT99230) += ov_camera_module.o rk_camera_module.o nt99230_v4l2-i2c-subdev.o
10+ obj-$(CONFIG_VIDEO_OV13850) += ov_camera_module.o rk_camera_module.o ov13850_v4l2-i2c-subdev.o
You can’t perform that action at this time.
0 commit comments