debug: remove DEBUG_INFO from EXCEPTION_STACK_TRACE
The `DEBUG_INFO` in the `EXCEPTION_STACK_TRACE` is only required by x86. Move that to `X86_EXCEPTION_STACK_TRACE` instead. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
1570ef2863
commit
413b1cf409
5 changed files with 3 additions and 2 deletions
|
@ -167,6 +167,7 @@ config X86_EXCEPTION_STACK_TRACE
|
|||
bool
|
||||
default y
|
||||
depends on EXCEPTION_STACK_TRACE
|
||||
depends on DEBUG_INFO
|
||||
help
|
||||
Internal config to enable runtime stack traces on fatal exceptions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue