diff --git a/arch/Kconfig b/arch/Kconfig index bd5d0803bd6..12701b99525 100644 --- a/arch/Kconfig +++ b/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"