diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:57 -0400 |
commit | b87ca80b9b1825b44341aa4bcd28c26a7860fd18 (patch) | |
tree | 14eb9efa2f0a84f55b1960363e2d326f75d917e8 /configs/theadorable-x86-dfi-bt700_defconfig | |
parent | 5ecf8c66189978e096e27953ab31990e31b7f968 (diff) | |
download | u-boot-b87ca80b9b1825b44341aa4bcd28c26a7860fd18.tar.gz |
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
This converts the following to Kconfig:
CONFIG_CONSOLE_SCROLL_LINES
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/theadorable-x86-dfi-bt700_defconfig')
-rw-r--r-- | configs/theadorable-x86-dfi-bt700_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig index 4f33f62c59..e0760d9041 100644 --- a/configs/theadorable-x86-dfi-bt700_defconfig +++ b/configs/theadorable-x86-dfi-bt700_defconfig @@ -60,4 +60,5 @@ CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_114=y CONFIG_CFB_CONSOLE=y +CONFIG_CONSOLE_SCROLL_LINES=5 CONFIG_USE_PRIVATE_LIBGCC=y |