From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 13 Nov 2015 18:25:55 +0100 Subject: [U-Boot] [PATCH 08/10] sunxi: do not include display for A83T In-Reply-To: <1447351758-10413-9-git-send-email-vishnupatekar0510@gmail.com> References: <1447351758-10413-1-git-send-email-vishnupatekar0510@gmail.com> <1447351758-10413-9-git-send-email-vishnupatekar0510@gmail.com> Message-ID: <56461D23.9070001@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 12-11-15 19:09, Vishnu Patekar wrote: > Currently, there no display support for A83T. > > Signed-off-by: Vishnu Patekar 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 >