mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-22 17:49:10 +07:00
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>
This commit is contained in:
parent
7da5907c84
commit
254d4d111e
@ -36,6 +36,6 @@ config DRM_EXYNOS_VIDI
|
|||||||
|
|
||||||
config DRM_EXYNOS_G2D
|
config DRM_EXYNOS_G2D
|
||||||
bool "Exynos DRM G2D"
|
bool "Exynos DRM G2D"
|
||||||
depends on DRM_EXYNOS
|
depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_G2D
|
||||||
help
|
help
|
||||||
Choose this option if you want to use Exynos G2D for DRM.
|
Choose this option if you want to use Exynos G2D for DRM.
|
||||||
|
Loading…
Reference in New Issue
Block a user