commit | e9fa1f00a7896ba025b78bc45113989ed7f73558 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 02 12:40:50 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 19:27:40 2015 -0600 |
tree | d4d572fc337e0e34ad37f05ecb00a278c5ca5bfd | |
parent | 745b1d15ec62a3b7a7a5f35f1e216f58746cd7ea [diff] |
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>