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