Marc Jones has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59196 )
Change subject: Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set ......................................................................
Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set
Show the DEBUG_FUNC option if COSOLE_OVERRIDE_LOGLEVEL is set, or it will never be available for some mainboards.
This was missed in commit cf3dcd6d2975673622c3272e0d7f3e421051fe74
Change-Id: Id2ef287fb39989007f28fc6475209eda0a63c792 Signed-off-by: Marc Jones marcjones@sysproconsulting.com --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/59196/1
diff --git a/src/Kconfig b/src/Kconfig index e1d0c00..44e84bf 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1179,7 +1179,7 @@ endif
config DEBUG_FUNC - bool "Enable function entry and exit reporting macros" if DEFAULT_CONSOLE_LOGLEVEL_8 + bool "Enable function entry and exit reporting macros" if DEFAULT_CONSOLE_LOGLEVEL_8 || CONSOLE_OVERRIDE_LOGLEVEL default n help This option enables additional function entry and exit debug messages