mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
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
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user