Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 254d4d11 authored by Sachin Kamat's avatar Sachin Kamat Committed by Inki Dae
Browse files

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 7da5907c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ config DRM_EXYNOS_VIDI

config DRM_EXYNOS_G2D
	bool "Exynos DRM G2D"
	depends on DRM_EXYNOS
	depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
	help
	  Choose this option if you want to use Exynos G2D for DRM.