From b87ca80b9b1825b44341aa4bcd28c26a7860fd18 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:57 -0600 Subject: Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig This converts the following to Kconfig: CONFIG_CONSOLE_SCROLL_LINES Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- configs/harmony_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/harmony_defconfig') 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_ULPI=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y +CONFIG_CONSOLE_SCROLL_LINES=10 -- cgit v1.1