arch: x86: select DEBUG_INFO in X86_EXCEPTION_STACK_TRACE
Select `DEBUG_INFO` instead of depending on it. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
8a5823b474
commit
ea00e04382
3 changed files with 2 additions and 3 deletions
|
@ -166,8 +166,8 @@ endmenu
|
|||
config X86_EXCEPTION_STACK_TRACE
|
||||
bool
|
||||
default y
|
||||
select DEBUG_INFO
|
||||
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.
|
||||
|
|
|
@ -32,8 +32,8 @@ config X86_EXCEPTION_STACK_SIZE
|
|||
config X86_EXCEPTION_STACK_TRACE
|
||||
bool
|
||||
default y
|
||||
select DEBUG_INFO
|
||||
depends on EXCEPTION_STACK_TRACE
|
||||
depends on DEBUG_INFO
|
||||
depends on !OMIT_FRAME_POINTER
|
||||
depends on NO_OPTIMIZATIONS
|
||||
help
|
||||
|
|
|
@ -32,7 +32,6 @@ tests:
|
|||
arch_allow: x86
|
||||
extra_configs:
|
||||
- CONFIG_NO_OPTIMIZATIONS=y
|
||||
- CONFIG_DEBUG_INFO=y
|
||||
- CONFIG_OMIT_FRAME_POINTER=n
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue