From: Hyungwon Hwang Date: Fri, 12 Jun 2015 12:58:56 +0000 (+0900) Subject: drm/exynos: remove the dependency of DP driver for ARCH_EXYNOS X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f4137df22a0d78d05e377e1d1519160ddfa3624d;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git drm/exynos: remove the dependency of DP driver for ARCH_EXYNOS This dependency is a historical thing. It is added when this DP driver is under media subsystem. Now because it is under Exynos DRM, this dependency is not needed anymore. Signed-off-by: Hyungwon Hwang Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 8203283dc3c2..926ed3603ff9 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -50,7 +50,7 @@ config DRM_EXYNOS_DSI config DRM_EXYNOS_DP bool "EXYNOS DRM DP driver support" - depends on (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON) && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS) + depends on (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON) && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS) default DRM_EXYNOS select DRM_PANEL help