video: exynos: Remove OF dependency for Exynos DP
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 12 Feb 2014 08:33:22 +0000 (14:03 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 14 Feb 2014 11:37:08 +0000 (13:37 +0200)
OF dependency can be removed as the driver does not actually
depend on it at all.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/exynos/Kconfig

index 1129d0e9e6403dbb6c68a0478fda17bc2117b7b9..976594d578a994ac03fa2cc5ee3ed2f226eb9269 100644 (file)
@@ -30,7 +30,7 @@ config EXYNOS_LCD_S6E8AX0
 
 config EXYNOS_DP
        bool "EXYNOS DP driver support"
-       depends on OF && ARCH_EXYNOS
+       depends on ARCH_EXYNOS
        default n
        help
          This enables support for DP device.
This page took 0.024786 seconds and 5 git commands to generate.