xref: /openbmc/linux/drivers/gpu/drm/exynos/Kconfig (revision 74ce1896)
1config DRM_EXYNOS
2	tristate "DRM Support for Samsung SoC EXYNOS Series"
3	depends on OF && DRM && (ARCH_S3C64XX || ARCH_EXYNOS || ARCH_MULTIPLATFORM)
4	select DRM_KMS_HELPER
5	select VIDEOMODE_HELPERS
6	help
7	  Choose this option if you have a Samsung SoC EXYNOS chipset.
8	  If M is selected the module will be called exynosdrm.
9
10if DRM_EXYNOS
11
12config DRM_EXYNOS_IOMMU
13	bool
14	depends on EXYNOS_IOMMU
15	default y
16
17comment "CRTCs"
18
19config DRM_EXYNOS_FIMD
20	bool "FIMD"
21	depends on !FB_S3C
22	select MFD_SYSCON
23	help
24	  Choose this option if you want to use Exynos FIMD for DRM.
25
26config DRM_EXYNOS5433_DECON
27	bool "DECON on Exynos5433"
28	help
29	  Choose this option if you want to use Exynos5433 DECON for DRM.
30
31config DRM_EXYNOS7_DECON
32	bool "DECON on Exynos7"
33	depends on !FB_S3C
34	help
35	  Choose this option if you want to use Exynos DECON for DRM.
36
37config DRM_EXYNOS_MIXER
38	bool "Mixer"
39	help
40	  Choose this option if you want to use Exynos Mixer for DRM.
41
42config DRM_EXYNOS_VIDI
43	bool "Virtual Display"
44	help
45	  Choose this option if you want to use Exynos VIDI for DRM.
46
47comment "Encoders and Bridges"
48
49config DRM_EXYNOS_DPI
50	bool "Parallel output"
51	depends on DRM_EXYNOS_FIMD
52	select DRM_PANEL
53	default n
54	help
55	  This enables support for Exynos parallel output.
56
57config DRM_EXYNOS_DSI
58	bool "MIPI-DSI host"
59	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
60	select DRM_MIPI_DSI
61	select DRM_PANEL
62	default n
63	help
64	  This enables support for Exynos MIPI-DSI device.
65
66config DRM_EXYNOS_DP
67	bool "EXYNOS specific extensions for Analogix DP driver"
68	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
69	select DRM_ANALOGIX_DP
70	default DRM_EXYNOS
71	select DRM_PANEL
72	help
73	  This enables support for DP device.
74
75config DRM_EXYNOS_HDMI
76	bool "HDMI"
77	depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
78	select CEC_CORE if CEC_NOTIFIER
79	help
80	  Choose this option if you want to use Exynos HDMI for DRM.
81
82config DRM_EXYNOS_MIC
83	bool "Mobile Image Compressor"
84	depends on DRM_EXYNOS5433_DECON
85	help
86	  Choose this option if you want to use Exynos MIC for DRM.
87
88comment "Sub-drivers"
89
90config DRM_EXYNOS_G2D
91	bool "G2D"
92	depends on VIDEO_SAMSUNG_S5P_G2D=n
93	select FRAME_VECTOR
94	help
95	  Choose this option if you want to use Exynos G2D for DRM.
96
97config DRM_EXYNOS_IPP
98	bool "Image Post Processor"
99	help
100	  Choose this option if you want to use IPP feature for DRM.
101
102config DRM_EXYNOS_FIMC
103	bool "FIMC"
104	depends on DRM_EXYNOS_IPP && MFD_SYSCON
105	help
106	  Choose this option if you want to use Exynos FIMC for DRM.
107
108config DRM_EXYNOS_ROTATOR
109	bool "Rotator"
110	depends on DRM_EXYNOS_IPP
111	help
112	  Choose this option if you want to use Exynos Rotator for DRM.
113
114config DRM_EXYNOS_GSC
115	bool "GScaler"
116	depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && VIDEO_SAMSUNG_EXYNOS_GSC=n
117	help
118	  Choose this option if you want to use Exynos GSC for DRM.
119
120endif
121