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