Author: hailfinger
Date: 2009-09-22 14:22:35 +0200 (Tue, 22 Sep 2009)
New Revision: 4649

Modified:
   trunk/coreboot-v2/src/console/Kconfig
Log:
Help text for maximum and default console loglevel in Kconfig.

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/coreboot-v2/src/console/Kconfig
===================================================================
--- trunk/coreboot-v2/src/console/Kconfig       2009-09-22 10:03:15 UTC (rev 
4648)
+++ trunk/coreboot-v2/src/console/Kconfig       2009-09-22 12:22:35 UTC (rev 
4649)
@@ -33,11 +33,11 @@
        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


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to