summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorSachin Kamat2012-08-14 08:37:20 +0200
committerInki Dae2012-09-13 05:38:08 +0200
commit254d4d111ee159a39d4afb30d9515036d1e0b027 (patch)
tree38b4a6768ad9d9aa6d764b783fbb9e5a6c1d0ee2 /drivers/gpu
parentdrm/exynos: fixed page align bug. (diff)
downloadkernel-qcow2-linux-254d4d111ee159a39d4afb30d9515036d1e0b027.tar.gz
kernel-qcow2-linux-254d4d111ee159a39d4afb30d9515036d1e0b027.tar.xz
kernel-qcow2-linux-254d4d111ee159a39d4afb30d9515036d1e0b027.zip
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/exynos/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index 7f5096763b7d..59a26e577b57 100644
--- 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.