From: Seung-Woo Kim Date: Tue, 6 Jan 2015 08:09:54 +0000 (+0900) Subject: drm/exynos: allow multiplatform configuration for gsc X-Git-Tag: submit/tizen/20150416.081342~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b0d649b97255be98919f9c03758dd742120f104;p=platform%2Fkernel%2Flinux-exynos.git drm/exynos: allow multiplatform configuration for gsc The patch removes dependency on !ARCH_MULTIPLATFORM. Signed-off-by: Seung-Woo Kim --- diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 0a6780367d28..efa7d937ad2b 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -94,6 +94,6 @@ config DRM_EXYNOS_ROTATOR config DRM_EXYNOS_GSC bool "Exynos DRM GSC" - depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !ARCH_MULTIPLATFORM + depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 help Choose this option if you want to use Exynos GSC for DRM.