projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da5907
)
drm/exynos: Add dependency for G2D in Kconfig
author
Sachin Kamat
<sachin.kamat@linaro.org>
Tue, 14 Aug 2012 06:37:20 +0000
(12:07 +0530)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 13 Sep 2012 03:38:08 +0000
(12:38 +0900)
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>
drivers/gpu/drm/exynos/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/Kconfig
b/drivers/gpu/drm/exynos/Kconfig
index 7f5096763b7d387c25713d7e9ee95e17ce90f7d6..59a26e577b57f423077d5a2c86d75364f14b6838 100644
(file)
--- a/
drivers/gpu/drm/exynos/Kconfig
+++ b/
drivers/gpu/drm/exynos/Kconfig
@@
-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.