diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-12 03:33:22 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-02-14 06:37:08 -0500 |
commit | 07e521b66cf0645ac484dc140aac01eab5f51d11 (patch) | |
tree | 3223f3feb2f33877984ea575e68334a60fbe4bcf /drivers/video/exynos | |
parent | c4a41bcc17260759645be6833ac7a99a9fb4c363 (diff) |
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 <sachin.kamat@linaro.org>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r-- | drivers/video/exynos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
30 | 30 | ||
31 | config EXYNOS_DP | 31 | config EXYNOS_DP |
32 | bool "EXYNOS DP driver support" | 32 | bool "EXYNOS DP driver support" |
33 | depends on OF && ARCH_EXYNOS | 33 | depends on ARCH_EXYNOS |
34 | default n | 34 | default n |
35 | help | 35 | help |
36 | This enables support for DP device. | 36 | This enables support for DP device. |