mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
committed by
Xiang Xiao
parent
6d12ee19e2
commit
a5c64adbe4
+7
-7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user