aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xilinx/Kconfig
blob: 23e78d6d4a4be7e4c41bc0540e2370c4ce212f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
config DRM_XILINX
	tristate "Xilinx DRM"
	depends on DRM && HAVE_CLK
	select DRM_KMS_HELPER
	select DRM_KMS_CMA_HELPER
	select DRM_GEM_CMA_HELPER
	select DMADEVICES
	select DRM_XILINX_DP_SUB
	select XILINX_FRMBUF
	help
	  DRM display driver for Xilinx IP based pipelines.

config DRM_XILINX_DP
	tristate "Xilinx DRM Display Port Driver"
	depends on DRM_XILINX
	help
	  DRM driver for Xilinx Display Port IP.

config DRM_XILINX_DP_DEBUG_FS
	bool "Xilinx DRM DP debugfs"
	depends on DEBUG_FS && DRM_XILINX_DP
	help
	  Enable the debugfs code for DPDMA driver. The debugfs code
	  enables debugging or testing related features. It exposes some
	  low level controls to the user space to help testing automation,
	  as well as can enable additional diagnostic or statistical
	  information.

config DRM_XILINX_DP_SUB
	tristate "Xilinx DRM Display Port Subsystem Driver"
	depends on DRM_XILINX
	select DRM_XILINX_DP
	help
	  DRM driver for Xilinx Display Port Subsystem.

config DRM_XILINX_DP_SUB_DEBUG_FS
	bool "Xilinx DRM DPSUB debugfs"
	depends on DEBUG_FS && DRM_XILINX_DP_SUB
	select DRM_XILINX_DP_DEBUG_FS
	help
	  Enable the debugfs code for DP Sub driver. The debugfs code
	  enables debugging or testing related features. It exposes some
	  low level controls to the user space to help testing automation,
	  as well as can enable additional diagnostic or statistical
	  information.

config DRM_XILINX_MIPI_DSI
	tristate "Xilinx DRM MIPI DSI Driver"
	depends on DRM_XILINX
	select DRM_PANEL
	select DRM_MIPI_DSI
	help
	  DRM driver for Xilinx MIPI DSI IP.

config DRM_XILINX_SDI
	tristate "Xilinx DRM SDI Subsystem Driver"
	depends on DRM_XILINX
	help
	  DRM driver for Xilinx SDI Tx Subsystem.