Help text for maximum and default console loglevel in Kconfig.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4649 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a4d4770a3e
commit
93c027279f
|
@ -33,11 +33,11 @@ config CONSOLE_VGA
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config MAXIMUM_CONSOLE_LOGLEVEL
|
config MAXIMUM_CONSOLE_LOGLEVEL
|
||||||
int
|
int "Maximum console loglevel"
|
||||||
default 9
|
default 9
|
||||||
|
|
||||||
config DEFAULT_CONSOLE_LOGLEVEL
|
config DEFAULT_CONSOLE_LOGLEVEL
|
||||||
int
|
int "Default console loglevel"
|
||||||
default 9
|
default 9
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in New Issue