1# SPDX-License-Identifier: GPL-2.0 2 3config VIDEO_XILINX 4 tristate "Xilinx Video IP (EXPERIMENTAL)" 5 depends on V4L_PLATFORM_DRIVERS 6 depends on VIDEO_V4L2 && OF && HAS_DMA 7 select MEDIA_CONTROLLER 8 select VIDEO_V4L2_SUBDEV_API 9 select VIDEOBUF2_DMA_CONTIG 10 select V4L2_FWNODE 11 help 12 Driver for Xilinx Video IP Pipelines 13 14if VIDEO_XILINX 15 16config VIDEO_XILINX_CSI2RXSS 17 tristate "Xilinx CSI-2 Rx Subsystem" 18 help 19 Driver for Xilinx MIPI CSI-2 Rx Subsystem. This is a V4L sub-device 20 based driver that takes input from CSI-2 Tx source and converts 21 it into an AXI4-Stream. 22 23config VIDEO_XILINX_TPG 24 tristate "Xilinx Video Test Pattern Generator" 25 depends on VIDEO_XILINX 26 select VIDEO_XILINX_VTC 27 help 28 Driver for the Xilinx Video Test Pattern Generator 29 30config VIDEO_XILINX_VTC 31 tristate "Xilinx Video Timing Controller" 32 depends on VIDEO_XILINX 33 help 34 Driver for the Xilinx Video Timing Controller 35 36endif #VIDEO_XILINX 37