From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 11 Feb 2015 08:57:20 +0100 Subject: [U-Boot] [PATCH 2/6] x86: video: Allow keyboard presence to be controlled by device tree In-Reply-To: <1423619993-4730-2-git-send-email-sjg@chromium.org> References: <1423619993-4730-1-git-send-email-sjg@chromium.org> <1423619993-4730-2-git-send-email-sjg@chromium.org> Message-ID: <20150211085720.3021535d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Tue, 10 Feb 2015 18:59:49 -0700 Simon Glass wrote: > At present a VGA console assumes a keyboard unless a CONFIG option is set. > This difference can be dealt with by a device tree option, allowing boards > that are otherwise the same to use the same configuration. > > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin