File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,6 +308,17 @@ config VIDEO_TC35874X
308308 To compile this driver as a module, choose M here: the
309309 module will be called tc35874x.
310310
311+ config VIDEO_RK628_CSI
312+ tristate "Rockchip RK628_CSI decoder"
313+ depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
314+ select HDMI
315+ select V4L2_FWNODE
316+ help
317+ Support for the Rockchip RK628 HDMI to MIPI CSI-2 bridge.
318+
319+ To compile this driver as a module, choose M here: the
320+ module will be called rk628-csi.
321+
311322config VIDEO_TVP514X
312323 tristate "Texas Instruments TVP514x video decoder"
313324 depends on VIDEO_V4L2 && I2C
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
103103obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
104104obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
105105obj-$(CONFIG_VIDEO_TC35874X) += tc35874x.o
106+ obj-$(CONFIG_VIDEO_RK628_CSI) += rk628_csi.o
106107obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
107108obj-$(CONFIG_VIDEO_JX_H65) += jx_h65.o
108109obj-$(CONFIG_VIDEO_IMX214) += imx214.o
You can’t perform that action at this time.
0 commit comments