projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a41bc
)
video: exynos: Remove OF dependency for Exynos DP
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 12 Feb 2014 08:33:22 +0000
(14:03 +0530)
committer
Tomi 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/exynos/Kconfig
b/drivers/video/exynos/Kconfig
index 1129d0e9e6403dbb6c68a0478fda17bc2117b7b9..976594d578a994ac03fa2cc5ee3ed2f226eb9269 100644
(file)
--- 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.