summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marcjones@sysproconsulting.com>2021-11-11 12:07:46 -0700
committerPaul Fagerburg <pfagerburg@chromium.org>2021-11-13 00:20:11 +0000
commitc6076ef1bca60a7e82cc7d0931f7adcd9ae8d05a (patch)
treed6b63054876c01eb01b8eba9ee523e5ae045e7fe /src/Kconfig
parentc30a1fade80f2c64d9ab7c95aab54a2db2fca3a6 (diff)
downloadcoreboot-c6076ef1bca60a7e82cc7d0931f7adcd9ae8d05a.tar.gz
coreboot-c6076ef1bca60a7e82cc7d0931f7adcd9ae8d05a.tar.bz2
coreboot-c6076ef1bca60a7e82cc7d0931f7adcd9ae8d05a.zip
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59196 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index e1d0c00c4525..44e84bf9fb1f 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