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