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 || COMPILE_TEST
7 select DRM_DISPLAY_HELPER if DRM_EXYNOS_DP
9 select VIDEOMODE_HELPERS
10 select FB_DMAMEM_HELPERS if DRM_FBDEV_EMULATION
11 select SND_SOC_HDMI_CODEC if SND_SOC
13 Choose this option if you have a Samsung SoC Exynos chipset.
14 If M is selected the module will be called exynosdrm.
20 config DRM_EXYNOS_FIMD
25 Choose this option if you want to use Exynos FIMD for DRM.
27 config DRM_EXYNOS5433_DECON
28 bool "DECON on Exynos5433"
30 Choose this option if you want to use Exynos5433 DECON for DRM.
32 config DRM_EXYNOS7_DECON
33 bool "DECON on Exynos7"
36 Choose this option if you want to use Exynos DECON for DRM.
38 config DRM_EXYNOS_MIXER
41 Choose this option if you want to use Exynos Mixer for DRM.
43 config DRM_EXYNOS_VIDI
44 bool "Virtual Display"
46 Choose this option if you want to use Exynos VIDI for DRM.
48 comment "Encoders and Bridges"
51 bool "Parallel output"
52 depends on DRM_EXYNOS_FIMD
56 This enables support for Exynos parallel output.
60 depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
63 select DRM_SAMSUNG_DSIM
66 This enables support for Exynos MIPI-DSI device.
69 bool "Exynos specific extensions for Analogix DP driver"
70 depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
71 select DRM_ANALOGIX_DP
72 select DRM_DISPLAY_DP_HELPER
76 This enables support for DP device.
78 config DRM_EXYNOS_HDMI
80 depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
81 select CEC_CORE if CEC_NOTIFIER
83 Choose this option if you want to use Exynos HDMI for DRM.
86 bool "Mobile Image Compressor"
87 depends on DRM_EXYNOS5433_DECON
89 Choose this option if you want to use Exynos MIC for DRM.
95 depends on VIDEO_SAMSUNG_S5P_G2D=n || COMPILE_TEST
97 Choose this option if you want to use Exynos G2D for DRM.
102 config DRM_EXYNOS_FIMC
104 select DRM_EXYNOS_IPP
106 Choose this option if you want to use Exynos FIMC for DRM.
108 config DRM_EXYNOS_ROTATOR
110 select DRM_EXYNOS_IPP
112 Choose this option if you want to use Exynos Rotator for DRM.
114 config DRM_EXYNOS_SCALER
116 select DRM_EXYNOS_IPP
118 Choose this option if you want to use Exynos Scaler for DRM.
120 config DRM_EXYNOS_GSC
122 depends on VIDEO_SAMSUNG_EXYNOS_GSC=n || COMPILE_TEST
123 select DRM_EXYNOS_IPP
125 Choose this option if you want to use Exynos GSC for DRM.