| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config DRM_EXYNOS |
|---|
| 2 | | - tristate "DRM Support for Samsung SoC EXYNOS Series" |
|---|
| 3 | | - depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM) |
|---|
| 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 |
|---|
| 6 | + depends on MMU |
|---|
| 4 | 7 | select DRM_KMS_HELPER |
|---|
| 5 | 8 | select VIDEOMODE_HELPERS |
|---|
| 6 | 9 | select SND_SOC_HDMI_CODEC if SND_SOC |
|---|
| 7 | 10 | help |
|---|
| 8 | | - Choose this option if you have a Samsung SoC EXYNOS chipset. |
|---|
| 11 | + Choose this option if you have a Samsung SoC Exynos chipset. |
|---|
| 9 | 12 | If M is selected the module will be called exynosdrm. |
|---|
| 10 | 13 | |
|---|
| 11 | 14 | if DRM_EXYNOS |
|---|
| 12 | | - |
|---|
| 13 | | -config DRM_EXYNOS_IOMMU |
|---|
| 14 | | - bool |
|---|
| 15 | | - depends on EXYNOS_IOMMU |
|---|
| 16 | | - default y |
|---|
| 17 | 15 | |
|---|
| 18 | 16 | comment "CRTCs" |
|---|
| 19 | 17 | |
|---|
| .. | .. |
|---|
| 65 | 63 | This enables support for Exynos MIPI-DSI device. |
|---|
| 66 | 64 | |
|---|
| 67 | 65 | config DRM_EXYNOS_DP |
|---|
| 68 | | - bool "EXYNOS specific extensions for Analogix DP driver" |
|---|
| 66 | + bool "Exynos specific extensions for Analogix DP driver" |
|---|
| 69 | 67 | depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON |
|---|
| 70 | 68 | select DRM_ANALOGIX_DP |
|---|
| 71 | 69 | default DRM_EXYNOS |
|---|
| .. | .. |
|---|
| 90 | 88 | |
|---|
| 91 | 89 | config DRM_EXYNOS_G2D |
|---|
| 92 | 90 | bool "G2D" |
|---|
| 93 | | - depends on VIDEO_SAMSUNG_S5P_G2D=n |
|---|
| 91 | + depends on VIDEO_SAMSUNG_S5P_G2D=n || COMPILE_TEST |
|---|
| 94 | 92 | select FRAME_VECTOR |
|---|
| 95 | 93 | help |
|---|
| 96 | 94 | Choose this option if you want to use Exynos G2D for DRM. |
|---|
| .. | .. |
|---|
| 118 | 116 | |
|---|
| 119 | 117 | config DRM_EXYNOS_GSC |
|---|
| 120 | 118 | bool "GScaler" |
|---|
| 121 | | - depends on VIDEO_SAMSUNG_EXYNOS_GSC=n |
|---|
| 119 | + depends on VIDEO_SAMSUNG_EXYNOS_GSC=n || COMPILE_TEST |
|---|
| 122 | 120 | select DRM_EXYNOS_IPP |
|---|
| 123 | 121 | help |
|---|
| 124 | 122 | Choose this option if you want to use Exynos GSC for DRM. |
|---|