From c6076ef1bca60a7e82cc7d0931f7adcd9ae8d05a Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Thu, 11 Nov 2021 12:07:46 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59196 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Zhang --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index e1d0c00c45..44e84bf9fb 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1179,7 +1179,7 @@ config DEBUG_INTEL_ME 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