commit | 5692ccfacae05175ffa5a8e9c12ef7bda3631433 | [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 | 892ff8e972efc7d4f42750e4fdbb2c2fefb78229 [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>