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>
This commit is contained in:
parent
c4a41bcc17
commit
07e521b66c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ config EXYNOS_LCD_S6E8AX0
|
||||||
|
|
||||||
config EXYNOS_DP
|
config EXYNOS_DP
|
||||||
bool "EXYNOS DP driver support"
|
bool "EXYNOS DP driver support"
|
||||||
depends on OF && ARCH_EXYNOS
|
depends on ARCH_EXYNOS
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This enables support for DP device.
|
This enables support for DP device.
|
||||||
|
|
Loading…
Add table
Reference in a new issue