From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 29 Dec 2014 13:51:58 +0000 Subject: [U-Boot] [PATCH 11/17] sunxi: video: Add support for VGA via external DACs connected to the LCD pins In-Reply-To: <1419447989-21959-12-git-send-email-hdegoede@redhat.com> References: <1419447989-21959-1-git-send-email-hdegoede@redhat.com> <1419447989-21959-12-git-send-email-hdegoede@redhat.com> Message-ID: <1419861118.13595.88.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-12-24 at 20:06 +0100, Hans de Goede wrote: > Add support for external DACs connected to the parallel LCD interface driving > a VGA connector, such as found on the Olimex A13 boards. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell > --- > board/sunxi/Kconfig | 9 +++++++++ > drivers/video/sunxi_display.c | 14 ++++++++++++++ > 2 files changed, 23 insertions(+) > > diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig > index 7a8503b..3e42866 100644 > --- a/board/sunxi/Kconfig > +++ b/board/sunxi/Kconfig > @@ -253,6 +253,15 @@ config VIDEO_HDMI > ---help--- > Say Y here to add support for outputting video over HDMI. > > +config VIDEO_VGA_VIA_LCD > + boolean "VGA via LCD controller support" > + depends on VIDEO > + default n > + ---help--- > + Say Y here to add support for external DACs connected to the parallel > + LCD interface driving a VGA connector, such as found on the > + Olimex A13 boards. But not unique to those boards I take it? I'd be inclined to drop everything from the "," to the end of the sentence. Ian.