commit | b87ca80b9b1825b44341aa4bcd28c26a7860fd18 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:12:57 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:33:57 2016 -0400 |
tree | 14eb9efa2f0a84f55b1960363e2d326f75d917e8 | |
parent | 5ecf8c66189978e096e27953ab31990e31b7f968 [diff] [blame] |
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>
diff --git a/configs/harmony_defconfig b/configs/harmony_defconfig index e1691f6..5c76af3 100644 --- a/configs/harmony_defconfig +++ b/configs/harmony_defconfig
@@ -41,3 +41,4 @@ CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y +CONFIG_CONSOLE_SCROLL_LINES=10