debug: remove PRINTK from EXCEPTION_STACK_TRACE
The `PRINTK` was required for `EXCEPTION_STACK_TRACE` because it's initial implementation for x86 in #6653 uses `printk()`. We are using `LOG_ERR()` now, so this is not required anymore. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
d4a59a8655
commit
1570ef2863
1 changed files with 0 additions and 1 deletions
|
|
@ -382,7 +382,6 @@ config SYMTAB
|
|||
config EXCEPTION_STACK_TRACE
|
||||
bool "Attempt to print stack traces upon exceptions"
|
||||
default y
|
||||
depends on PRINTK
|
||||
depends on DEBUG_INFO
|
||||
depends on !OMIT_FRAME_POINTER
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue