]> git.ipfire.org Git - people/ms/u-boot.git/commit - doc/README.fdt-control
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)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:40 +0000 (19:27 -0600)
commit5692ccfacae05175ffa5a8e9c12ef7bda3631433
treed4d572fc337e0e34ad37f05ecb00a278c5ca5bfd
parent892ff8e972efc7d4f42750e4fdbb2c2fefb78229
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