Johnny Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45866 )
Change subject: console: Make DEFAULT_CONSOLE_LOGLEVEL available for CONSOLE_OVERRIDE_LOGLEVEL ......................................................................
console: Make DEFAULT_CONSOLE_LOGLEVEL available for CONSOLE_OVERRIDE_LOGLEVEL
It's more flexible to be able to keep using DEFAULT_CONSOLE_LOGLEVEL when CONSOLE_OVERRIDE_LOGLEVEL is selected.
Change-Id: Ib3ca8482459584e039a0e8881d79358948696ac2 Signed-off-by: Johnny Lin johnny_lin@wiwynn.com --- M src/console/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/45866/1
diff --git a/src/console/Kconfig b/src/console/Kconfig index bad6c56..28138b3 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -315,8 +315,6 @@ Set to "y" when the platform overrides the loglevel by providing a get_console_loglevel routine.
-if !CONSOLE_OVERRIDE_LOGLEVEL - choice prompt "Default console log level" default DEFAULT_CONSOLE_LOGLEVEL_8 if CHROMEOS @@ -375,8 +373,6 @@ help Map the log level config names to an integer.
-endif - config NO_POST bool "Don't show any POST codes" default n