debug: remove !OMIT_FRAME_POINTER
from EXCEPTION_STACK_TRACE
Not all stack trace implementation requires frame pointer, move that dependency to architecture Kconfig. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
413b1cf409
commit
8a5823b474
4 changed files with 3 additions and 1 deletions
|
@ -168,6 +168,7 @@ config X86_EXCEPTION_STACK_TRACE
|
|||
default y
|
||||
depends on EXCEPTION_STACK_TRACE
|
||||
depends on DEBUG_INFO
|
||||
depends on !OMIT_FRAME_POINTER
|
||||
help
|
||||
Internal config to enable runtime stack traces on fatal exceptions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue