On Sun, Oct 11, 2009 at 05:07:04AM +0200, Peter Stuge wrote:
+choice
prompt "Maximum console log level"
default MAXIMUM_CONSOLE_LOGLEVEL_8
What does this mean? Maybe a help text?
This is how many of the loglevel messages are actually compiled into the coreboot image, where as "default console log level" says which loglevels are actually shown on seriali (or USB Debug).
"choice" help texts are not shown in menuconfig, AFAICS. Only the individual items can have help texts, it seems.
+config MAXIMUM_CONSOLE_LOGLEVEL_8
bool "8: BIOS_SPEW"
Please remove BIOS_ from all these strings. coreboot isn't a BIOS.
Done.
Acked-by: Peter Stuge peter@stuge.se
Thanks, r4758.
Uwe.