From: Sachin Kamat Date: Wed, 12 Feb 2014 08:33:22 +0000 (+0530) Subject: video: exynos: Remove OF dependency for Exynos DP X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=07e521b66cf0645ac484dc140aac01eab5f51d11;p=linux-beck.git video: exynos: Remove OF dependency for Exynos DP OF dependency can be removed as the driver does not actually depend on it at all. Signed-off-by: Sachin Kamat Acked-by: Jingoo Han Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig index 1129d0e9e640..976594d578a9 100644 --- a/drivers/video/exynos/Kconfig +++ b/drivers/video/exynos/Kconfig @@ -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.