commit | 3c0b668f6672334a68be83cde9aaabf0e87a31e9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:17:57 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 23 17:24:54 2015 -0700 |
tree | 586d76e30b443b56e7ac0a9f54a424427c82ebac | |
parent | 4a2708a097eacd7aa3d10ccf26a70a467fa69217 [diff] |
x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES Some machines are very slow to scroll their displays. To cope with this, support the CONFIG_CONSOLE_SCROLL_LINES option. Setting this to 5 allows the display to operate at an acceptable speed by scrolling 5 lines at a time. This same option is available for LCDs so when these systems are unified this code can be unified also. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>