From 93c027279fb45205378e36766bd1ad29beea7695 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Tue, 22 Sep 2009 12:22:35 +0000 Subject: [PATCH] Help text for maximum and default console loglevel in Kconfig. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4649 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/console/Kconfig b/src/console/Kconfig index c7fea0c82..d4acf51a7 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -33,11 +33,11 @@ config CONSOLE_VGA default n config MAXIMUM_CONSOLE_LOGLEVEL - int + int "Maximum console loglevel" default 9 config DEFAULT_CONSOLE_LOGLEVEL - int + int "Default console loglevel" default 9 endmenu -- 2.25.1