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:
Abdelatif Guettouche 2022-04-13 13:40:30 +02:00 committed by Xiang Xiao
parent 6d12ee19e2
commit a5c64adbe4

View file

@ -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"