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>
This commit is contained in:
parent
c30a1fade8
commit
c6076ef1bc
@ -1179,7 +1179,7 @@ config DEBUG_INTEL_ME
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
config DEBUG_FUNC
|
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
|
default n
|
||||||
help
|
help
|
||||||
This option enables additional function entry and exit debug messages
|
This option enables additional function entry and exit debug messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user