提交 2701fa08 编写于 作者: L Linus Walleij 提交者: Tomi Valkeinen

fbdev: select versatile helpers for the integrator

Commit 11c32d7b
"video: move Versatile CLCD helpers" missed the fact
that the Integrator/CP is also using the helper, and
as a result the platform got only stubs and no graphics.
Add this as a default selection to Kconfig so we have
graphics again.

Fixes: 11c32d7b (video: move Versatile CLCD helpers)
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 f7644cbf
...@@ -298,7 +298,7 @@ config FB_ARMCLCD ...@@ -298,7 +298,7 @@ config FB_ARMCLCD
# Helper logic selected only by the ARM Versatile platform family. # Helper logic selected only by the ARM Versatile platform family.
config PLAT_VERSATILE_CLCD config PLAT_VERSATILE_CLCD
def_bool ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS def_bool ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_INTEGRATOR
depends on ARM depends on ARM
depends on FB_ARMCLCD && FB=y depends on FB_ARMCLCD && FB=y
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册