Skip to content

Commit 254d4d1

Browse files
Sachin Kamatdaeinki
authored andcommitted
drm/exynos: Add dependency for G2D in Kconfig
Select Exynos DRM based G2D only if non-DRM based Exynos G2D driver is not selected. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent 7da5907 commit 254d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/exynos/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ config DRM_EXYNOS_VIDI
3636

3737
config DRM_EXYNOS_G2D
3838
bool "Exynos DRM G2D"
39-
depends on DRM_EXYNOS
39+
depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
4040
help
4141
Choose this option if you want to use Exynos G2D for DRM.

0 commit comments

Comments
 (0)