1# SPDX-License-Identifier: GPL-2.0 2 3config VIDEO_XILINX 4 tristate "Xilinx Video IP (EXPERIMENTAL)" 5 depends on VIDEO_V4L2 && OF && HAS_DMA 6 select MEDIA_CONTROLLER 7 select VIDEO_V4L2_SUBDEV_API 8 select VIDEOBUF2_DMA_CONTIG 9 select V4L2_FWNODE 10 help 11 Driver for Xilinx Video IP Pipelines 12 13if VIDEO_XILINX 14 15config VIDEO_XILINX_TPG 16 tristate "Xilinx Video Test Pattern Generator" 17 depends on VIDEO_XILINX 18 select VIDEO_XILINX_VTC 19 help 20 Driver for the Xilinx Video Test Pattern Generator 21 22config VIDEO_XILINX_VTC 23 tristate "Xilinx Video Timing Controller" 24 depends on VIDEO_XILINX 25 help 26 Driver for the Xilinx Video Timing Controller 27 28endif #VIDEO_XILINX 29