Cosmetic fixes (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@168 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-02 13:15:31 +00:00
parent f79db41c69
commit aba7bdf6a6
2 changed files with 17 additions and 19 deletions

View file

@ -1,20 +1,20 @@
menu "Console"
config DEFAULT_CONSOLE_LOGLEVEL
int "Console log level -- what level messages get printed"
default "8"
---help---
Here are the levels
#define BIOS_EMERG 0 /* system is unusable */
#define BIOS_ALERT 1 /* action must be taken immediately */
#define BIOS_CRIT 2 /* critical conditions */
#define BIOS_ERR 3 /* error conditions */
#define BIOS_WARNING 4 /* warning conditions */
#define BIOS_NOTICE 5 /* normal but significant condition */
#define BIOS_INFO 6 /* informational */
#define BIOS_DEBUG 7 /* debug-level messages */
#define BIOS_SPEW 8 /* Way too many details */
int "Console log level"
default "8"
---help---
The level of log messages that gets printed. Possible values:
#define BIOS_EMERG 0 /* system is unusable */
#define BIOS_ALERT 1 /* action must be taken immediately */
#define BIOS_CRIT 2 /* critical conditions */
#define BIOS_ERR 3 /* error conditions */
#define BIOS_WARNING 4 /* warning conditions */
#define BIOS_NOTICE 5 /* normal but significant condition */
#define BIOS_INFO 6 /* informational */
#define BIOS_DEBUG 7 /* debug-level messages */
#define BIOS_SPEW 8 /* way too many details */
config CONSOLE_SERIAL
boolean "Support serial console (default)"

View file

@ -18,14 +18,12 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
#
# This stuff is always needed
include util/lar/Makefile
# This stuff is always needed.
include util/dtc/Makefile
include util/kconfig/Makefile
include util/lar/Makefile
#
# Compressors
include util/nrv2b/Makefile
# Compressors.
include util/lzma/Makefile
include util/nrv2b/Makefile