1 # SPDX-License-Identifier: GPL-2.0-only
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 || ARCH_MULTIPLATFORM || COMPILE_TEST
8 select VIDEOMODE_HELPERS
9 select SND_SOC_HDMI_CODEC if SND_SOC
11 Choose this option if you have a Samsung SoC Exynos chipset.
12 If M is selected the module will be called exynosdrm.
18 config DRM_EXYNOS_FIMD
23 Choose this option if you want to use Exynos FIMD for DRM.
25 config DRM_EXYNOS5433_DECON
26 bool "DECON on Exynos5433"
28 Choose this option if you want to use Exynos5433 DECON for DRM.
30 config DRM_EXYNOS7_DECON
31 bool "DECON on Exynos7"
34 Choose this option if you want to use Exynos DECON for DRM.
36 config DRM_EXYNOS_MIXER
39 Choose this option if you want to use Exynos Mixer for DRM.
41 config DRM_EXYNOS_VIDI
42 bool "Virtual Display"
44 Choose this option if you want to use Exynos VIDI for DRM.
46 comment "Encoders and Bridges"
49 bool "Parallel output"
50 depends on DRM_EXYNOS_FIMD
54 This enables support for Exynos parallel output.
58 depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
63 This enables support for Exynos MIPI-DSI device.
66 bool "Exynos specific extensions for Analogix DP driver"
67 depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
68 select DRM_ANALOGIX_DP
72 This enables support for DP device.
74 config DRM_EXYNOS_HDMI
76 depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
77 select CEC_CORE if CEC_NOTIFIER
79 Choose this option if you want to use Exynos HDMI for DRM.
82 bool "Mobile Image Compressor"
83 depends on DRM_EXYNOS5433_DECON
85 Choose this option if you want to use Exynos MIC for DRM.
91 depends on VIDEO_SAMSUNG_S5P_G2D=n || COMPILE_TEST
94 Choose this option if you want to use Exynos G2D for DRM.
99 config DRM_EXYNOS_FIMC
101 select DRM_EXYNOS_IPP
103 Choose this option if you want to use Exynos FIMC for DRM.
105 config DRM_EXYNOS_ROTATOR
107 select DRM_EXYNOS_IPP
109 Choose this option if you want to use Exynos Rotator for DRM.
111 config DRM_EXYNOS_SCALER
113 select DRM_EXYNOS_IPP
115 Choose this option if you want to use Exynos Scaler for DRM.
117 config DRM_EXYNOS_GSC
119 depends on VIDEO_SAMSUNG_EXYNOS_GSC=n || COMPILE_TEST
120 select DRM_EXYNOS_IPP
122 Choose this option if you want to use Exynos GSC for DRM.