Commit 99588589 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAPDSS: DSI: make OMAP2_DSS_DSI depend on ARCH_OMAP5

Change omapdss Kconfig file to make OMAP2_DSS_DSI depend on ARCH_OMAP5.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 77ccbfbb
...@@ -84,7 +84,7 @@ config OMAP2_DSS_SDI ...@@ -84,7 +84,7 @@ config OMAP2_DSS_SDI
config OMAP2_DSS_DSI config OMAP2_DSS_DSI
bool "DSI support" bool "DSI support"
depends on ARCH_OMAP3 || ARCH_OMAP4 depends on ARCH_OMAP3 || ARCH_OMAP4 || ARCH_OMAP5
default n default n
help help
MIPI DSI (Display Serial Interface) support. MIPI DSI (Display Serial Interface) support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment