From: Chen-Yu Tsai Date: Mon, 2 May 2016 02:28:09 +0000 (+0800) Subject: sunxi: Disable VIDEO for SoCs without display support X-Git-Tag: v2016.07-rc1~170^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5af116b560d8a6e0b11d6239b5a8f783f9ac6fd1;p=u-boot sunxi: Disable VIDEO for SoCs without display support The newer chips use a newer display pipeline, which is not supported. Signed-off-by: Chen-Yu Tsai Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index a24d5c238d..059e9146cc 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -419,7 +419,7 @@ config AXP_GPIO config VIDEO boolean "Enable graphical uboot console on HDMI, LCD or VGA" - depends on !MACH_SUN8I_A83T + depends on !MACH_SUN8I_A83T && !MACH_SUN8I_H3 && !MACH_SUN9I && !MACH_SUN50I_A64 default y ---help--- Say Y here to add support for using a cfb console on the HDMI, LCD