forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/media/platform/xilinx/Kconfig
....@@ -1,24 +1,35 @@
1
+# SPDX-License-Identifier: GPL-2.0
2
+
13 config VIDEO_XILINX
24 tristate "Xilinx Video IP (EXPERIMENTAL)"
3
- depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && HAS_DMA
5
+ depends on VIDEO_V4L2 && OF && HAS_DMA
6
+ select MEDIA_CONTROLLER
7
+ select VIDEO_V4L2_SUBDEV_API
48 select VIDEOBUF2_DMA_CONTIG
59 select V4L2_FWNODE
6
- ---help---
10
+ help
711 Driver for Xilinx Video IP Pipelines
812
913 if VIDEO_XILINX
14
+
15
+config 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.
1021
1122 config VIDEO_XILINX_TPG
1223 tristate "Xilinx Video Test Pattern Generator"
1324 depends on VIDEO_XILINX
1425 select VIDEO_XILINX_VTC
15
- ---help---
26
+ help
1627 Driver for the Xilinx Video Test Pattern Generator
1728
1829 config VIDEO_XILINX_VTC
1930 tristate "Xilinx Video Timing Controller"
2031 depends on VIDEO_XILINX
21
- ---help---
32
+ help
2233 Driver for the Xilinx Video Timing Controller
2334
2435 endif #VIDEO_XILINX