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/coreboot-x86_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/coreboot-x86_defconfig') diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index b33c5c4..964a92b 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -42,5 +42,6 @@ CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_COREBOOT=y +CONFIG_CONSOLE_SCROLL_LINES=5 CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_TPM=y -- cgit v1.1