aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/SeaBIOS/Kconfig
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2017-01-15 11:49:25 +0100
committerMartin Roth <martinroth@google.com>2017-01-17 18:01:56 +0100
commitc48d791506c07f8dafe6ae78305c384f19917e84 (patch)
treef7f8d3d3e826d80afeb5e67991485b4c1c337dbb /payloads/external/SeaBIOS/Kconfig
parent6f27edd3773dd8aa587e112366f7708e248d19fc (diff)
SeaBIOS: Add Kconfig option to set verbosity level
Previously SeaBIOS's default was used (1). This patch defaults to coreboot's console level instead which is approximately the same verbosity as SeaBIOS and thus what a user would probably expect. Change-Id: If79e5f40c9380bb527f870eeb7d0cb43faf00beb Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/18051 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'payloads/external/SeaBIOS/Kconfig')
-rw-r--r--payloads/external/SeaBIOS/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index ac4f922f0b..276f75de34 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -94,4 +94,14 @@ config PAYLOAD_VGABIOS_FILE
depends on SEABIOS_VGA_COREBOOT
default "payloads/external/SeaBIOS/seabios/out/vgabios.bin"
+config SEABIOS_DEBUG_LEVEL
+ prompt "SeaBIOS debug level (verbosity)"
+ default DEFAULT_CONSOLE_LOGLEVEL
+ int
+ help
+ The higher the number, the more verbose SeaBIOS will be. The range is
+ not well defined but the typical values range from 0 to about 9 inclusive
+ where 0 disables all output. Set this value to -1 to use SeaBIOS' default.
+
+ The default is to use coreboot's loglevel.
endif