]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: video: Allow keyboard presence to be controlled by device tree
authorSimon Glass <sjg@chromium.org>
Mon, 2 Mar 2015 19:40:50 +0000 (12:40 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:21 +0000 (21:47 +0200)
commited6add8130c42d3528466750ab38abcbd42692dc
treed5e27d3cc6cee87d4e09c4bc4e1cb8424c506244
parent0dad28f5c5620ea4bde0911045ec49e6a4f3b261
x86: video: Allow keyboard presence to be controlled by device tree

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 <sjg@chromium.org>
doc/README.fdt-control
drivers/video/cfb_console.c