xref: /openbmc/linux/drivers/gpu/drm/exynos/Kconfig (revision 0526b56c)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_EXYNOS
3	tristate "DRM Support for Samsung SoC Exynos Series"
4	depends on OF && DRM && COMMON_CLK
5	depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
6	depends on MMU
7	select DRM_DISPLAY_HELPER if DRM_EXYNOS_DP
8	select DRM_KMS_HELPER
9	select VIDEOMODE_HELPERS
10	select SND_SOC_HDMI_CODEC if SND_SOC
11	help
12	  Choose this option if you have a Samsung SoC Exynos chipset.
13	  If M is selected the module will be called exynosdrm.
14
15if DRM_EXYNOS
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	select DRM_SAMSUNG_DSIM
63	default n
64	help
65	  This enables support for Exynos MIPI-DSI device.
66
67config DRM_EXYNOS_DP
68	bool "Exynos specific extensions for Analogix DP driver"
69	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
70	select DRM_ANALOGIX_DP
71	select DRM_DISPLAY_DP_HELPER
72	default DRM_EXYNOS
73	select DRM_PANEL
74	help
75	  This enables support for DP device.
76
77config DRM_EXYNOS_HDMI
78	bool "HDMI"
79	depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
80	select CEC_CORE if CEC_NOTIFIER
81	help
82	  Choose this option if you want to use Exynos HDMI for DRM.
83
84config DRM_EXYNOS_MIC
85	bool "Mobile Image Compressor"
86	depends on DRM_EXYNOS5433_DECON
87	help
88	  Choose this option if you want to use Exynos MIC for DRM.
89
90comment "Sub-drivers"
91
92config DRM_EXYNOS_G2D
93	bool "G2D"
94	depends on VIDEO_SAMSUNG_S5P_G2D=n || COMPILE_TEST
95	help
96	  Choose this option if you want to use Exynos G2D for DRM.
97
98config DRM_EXYNOS_IPP
99	bool
100
101config DRM_EXYNOS_FIMC
102	bool "FIMC"
103	select DRM_EXYNOS_IPP
104	help
105	  Choose this option if you want to use Exynos FIMC for DRM.
106
107config DRM_EXYNOS_ROTATOR
108	bool "Rotator"
109	select DRM_EXYNOS_IPP
110	help
111	  Choose this option if you want to use Exynos Rotator for DRM.
112
113config DRM_EXYNOS_SCALER
114	bool "Scaler"
115	select DRM_EXYNOS_IPP
116	help
117	  Choose this option if you want to use Exynos Scaler for DRM.
118
119config DRM_EXYNOS_GSC
120	bool "GScaler"
121	depends on VIDEO_SAMSUNG_EXYNOS_GSC=n || COMPILE_TEST
122	select DRM_EXYNOS_IPP
123	help
124	  Choose this option if you want to use Exynos GSC for DRM.
125
126endif
127