1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_RK628 3 tristate 4 help 5 Support for the Rockchip RK628 HDMI to MIPI CSI-2/BT1120 bridge. 6 7 To compile this driver as a module, choose M here: the 8 module will be called video-rk628. 9 10config VIDEO_RK628_CSI 11 tristate "Rockchip RK628_CSI decoder" 12 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 13 select HDMI 14 select V4L2_FWNODE 15 select VIDEO_RK628 16 help 17 Support for the Rockchip RK628 HDMI to MIPI CSI-2 bridge. 18 19 To compile this driver as a module, choose M here: the 20 module will be called rk628-csi. 21 22config VIDEO_RK628_BT1120 23 tristate "Rockchip RK628_BT1120 decoder" 24 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API 25 select HDMI 26 select V4L2_FWNODE 27 select VIDEO_RK628 28 help 29 Support for the Rockchip RK628 HDMI to BT1120 bridge. 30 31 To compile this driver as a module, choose M here: the 32 module will be called rk628-bt1120. 33