[U-Boot] [PATCH 08/10] sunxi: do not include display for A83T

Vishnu Patekar vishnupatekar0510 at gmail.com
Thu Nov 12 19:09:16 CET 2015


Currently, there no display support for A83T.

Signed-off-by: Vishnu Patekar <vishnupatekar0510 at gmail.com>
---
 board/sunxi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index ea69bf7..8dc3499 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -376,6 +376,7 @@ config AXP_GPIO
 
 config VIDEO
 	boolean "Enable graphical uboot console on HDMI, LCD or VGA"
+	depends on !MACH_SUN8I_A83T
 	default y
 	---help---
 	Say Y here to add support for using a cfb console on the HDMI, LCD
-- 
1.9.1



More information about the U-Boot mailing list