]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/exynos: remove the dependency of DP driver for ARCH_EXYNOS
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 12 Jun 2015 12:58:56 +0000 (21:58 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jun 2015 10:04:25 +0000 (19:04 +0900)
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 <human.hwang@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig

index 8203283dc3c25c45076703f105b18f0a7b4f5e31..926ed3603ff9017c0bc19ef38115db91a727f064 100644 (file)
@@ -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