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_CSI2RXSS
16	tristate "Xilinx CSI-2 Rx Subsystem"
17	help
18	  Driver for Xilinx MIPI CSI-2 Rx Subsystem. This is a V4L sub-device
19	  based driver that takes input from CSI-2 Tx source and converts
20	  it into an AXI4-Stream.
21
22config VIDEO_XILINX_TPG
23	tristate "Xilinx Video Test Pattern Generator"
24	depends on VIDEO_XILINX
25	select VIDEO_XILINX_VTC
26	help
27	   Driver for the Xilinx Video Test Pattern Generator
28
29config VIDEO_XILINX_VTC
30	tristate "Xilinx Video Timing Controller"
31	depends on VIDEO_XILINX
32	help
33	   Driver for the Xilinx Video Timing Controller
34
35endif #VIDEO_XILINX
36