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/seaboard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/seaboard_defconfig') diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index 326ec28b61..2457b11040 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -42,3 +42,4 @@ CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_TEGRA20=y +CONFIG_CONSOLE_SCROLL_LINES=10 -- cgit v1.2.3