summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-05-02 10:28:09 +0800
committerHans de Goede <hdegoede@redhat.com>2016-05-25 17:52:39 +0200
commit5af116b560d8a6e0b11d6239b5a8f783f9ac6fd1 (patch)
tree2b36a48382d4cf1d9247b0e9346dfbf1fdd63478 /board/sunxi
parentacdab175c0853ed1f389bca467765dc98f9e4bcb (diff)
downloadtalos-obmc-uboot-5af116b560d8a6e0b11d6239b5a8f783f9ac6fd1.tar.gz
talos-obmc-uboot-5af116b560d8a6e0b11d6239b5a8f783f9ac6fd1.zip
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 <wens@csie.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud