Kconfig (256bf685691d86462a62e1d7041385baf0dfe595) | Kconfig (63fe3d27b226fe01746bace4d1f1f2164406140d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 | 1# SPDX-License-Identifier: GPL-2.0 2 |
3comment "Xilinx media platform drivers" 4 |
|
3config VIDEO_XILINX 4 tristate "Xilinx Video IP (EXPERIMENTAL)" 5 depends on V4L_PLATFORM_DRIVERS 6 depends on VIDEO_V4L2 && OF && HAS_DMA 7 select MEDIA_CONTROLLER 8 select VIDEO_V4L2_SUBDEV_API 9 select VIDEOBUF2_DMA_CONTIG 10 select V4L2_FWNODE 11 help 12 Driver for Xilinx Video IP Pipelines 13 | 5config VIDEO_XILINX 6 tristate "Xilinx Video IP (EXPERIMENTAL)" 7 depends on V4L_PLATFORM_DRIVERS 8 depends on VIDEO_V4L2 && OF && HAS_DMA 9 select MEDIA_CONTROLLER 10 select VIDEO_V4L2_SUBDEV_API 11 select VIDEOBUF2_DMA_CONTIG 12 select V4L2_FWNODE 13 help 14 Driver for Xilinx Video IP Pipelines 15 |
14if VIDEO_XILINX 15 | |
16config VIDEO_XILINX_CSI2RXSS | 16config VIDEO_XILINX_CSI2RXSS |
17 depends on VIDEO_XILINX |
|
17 tristate "Xilinx CSI-2 Rx Subsystem" 18 help 19 Driver for Xilinx MIPI CSI-2 Rx Subsystem. This is a V4L sub-device 20 based driver that takes input from CSI-2 Tx source and converts 21 it into an AXI4-Stream. 22 23config VIDEO_XILINX_TPG 24 tristate "Xilinx Video Test Pattern Generator" 25 depends on VIDEO_XILINX 26 select VIDEO_XILINX_VTC 27 help 28 Driver for the Xilinx Video Test Pattern Generator 29 30config VIDEO_XILINX_VTC 31 tristate "Xilinx Video Timing Controller" 32 depends on VIDEO_XILINX 33 help 34 Driver for the Xilinx Video Timing Controller | 18 tristate "Xilinx CSI-2 Rx Subsystem" 19 help 20 Driver for Xilinx MIPI CSI-2 Rx Subsystem. This is a V4L sub-device 21 based driver that takes input from CSI-2 Tx source and converts 22 it into an AXI4-Stream. 23 24config VIDEO_XILINX_TPG 25 tristate "Xilinx Video Test Pattern Generator" 26 depends on VIDEO_XILINX 27 select VIDEO_XILINX_VTC 28 help 29 Driver for the Xilinx Video Test Pattern Generator 30 31config VIDEO_XILINX_VTC 32 tristate "Xilinx Video Timing Controller" 33 depends on VIDEO_XILINX 34 help 35 Driver for the Xilinx Video Timing Controller |
35 36endif #VIDEO_XILINX | |