drm/exynos: Make Exynos DRM drivers depend on OF
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 28 Aug 2013 05:17:53 +0000 (10:47 +0530)
committerInki Dae <inki.dae@samsung.com>
Thu, 5 Sep 2013 04:43:45 +0000 (13:43 +0900)
Exynos is a DT-only platform. Add this info to Kconfig.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig

index 772c62a..80a251a 100644 (file)
@@ -1,6 +1,6 @@
 config DRM_EXYNOS
        tristate "DRM Support for Samsung SoC EXYNOS Series"
-       depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
+       depends on OF && DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
        select DRM_KMS_HELPER
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
@@ -24,7 +24,7 @@ config DRM_EXYNOS_DMABUF
 
 config DRM_EXYNOS_FIMD
        bool "Exynos DRM FIMD"
-       depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
+       depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM
        select FB_MODE_HELPERS
        select VIDEOMODE_HELPERS
        help