OSDN Git Service

drm/exynos: Remove PTN3460 dependency
authorThierry Reding <treding@nvidia.com>
Tue, 14 Apr 2015 13:37:14 +0000 (15:37 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Aug 2015 12:02:50 +0000 (14:02 +0200)
Now that the PTN3460 driver has been rewritten as a proper I2C driver
and there is infrastructure to hook up the bridge with a DRM device, it
is no longer necessary to have this dependency to ensure the correct
build mode.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/exynos/Kconfig

index 43003c4..df0b61a 100644 (file)
@@ -56,7 +56,7 @@ config DRM_EXYNOS_DSI
 
 config DRM_EXYNOS_DP
        bool "EXYNOS DRM DP driver support"
-       depends on DRM_EXYNOS && (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON) && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
+       depends on DRM_EXYNOS && (DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON)
        default DRM_EXYNOS
        select DRM_PANEL
        help