diff mbox

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

Message ID 1447351758-10413-9-git-send-email-vishnupatekar0510@gmail.com
State Superseded
Delegated to: Hans de Goede
Headers show

Commit Message

vishnupatekar Nov. 12, 2015, 6:09 p.m. UTC
Currently, there no display support for A83T.

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

Comments

Hans de Goede Nov. 13, 2015, 5:25 p.m. UTC | #1
Hi,

On 12-11-15 19:09, Vishnu Patekar wrote:
> Currently, there no display support for A83T.
>
> Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>

Please merge this one into the "sunxi: Add Machine Support for A83T SOC"
commmit.

Regards,

Hans


> ---
>   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
>
diff mbox

Patch

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