arch/Kconfig: Move the DUMP_ON_EXIT option out of the Bring-up group.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
6d12ee19e2
commit
a5c64adbe4
1 changed files with 7 additions and 7 deletions
14
arch/Kconfig
14
arch/Kconfig
|
@ -781,6 +781,13 @@ config ARCH_STACKDUMP
|
|||
---help---
|
||||
Enable to do stack dumps after assertions
|
||||
|
||||
config DUMP_ON_EXIT
|
||||
bool "Dump all tasks state on exit"
|
||||
default n
|
||||
depends on DEBUG_SCHED_INFO
|
||||
---help---
|
||||
Dump all tasks state on exit()
|
||||
|
||||
config ARCH_USBDUMP
|
||||
bool "Dump USB trace data"
|
||||
default n
|
||||
|
@ -932,13 +939,6 @@ config SUPPRESS_UART_CONFIG
|
|||
This is useful when a boot loader has already initialized the serial
|
||||
port.
|
||||
|
||||
config DUMP_ON_EXIT
|
||||
bool "Dump task state"
|
||||
default n
|
||||
depends on DEBUG_SCHED_INFO
|
||||
---help---
|
||||
Dump task state on exit()
|
||||
|
||||
endmenu # Bring-Up Options
|
||||
|
||||
comment "Board Settings"
|
||||
|
|
Loading…
Reference in a new issue