This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6fde194 Move TCBinfo Debug after Debug Features to keep previos order
6fde194 is described below
commit 6fde1945a75e16100bf9a72729c2532c7d413d7e
Author: Alan C. Assis <[email protected]>
AuthorDate: Thu Nov 18 15:09:58 2021 -0300
Move TCBinfo Debug after Debug Features to keep previos order
---
Kconfig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Kconfig b/Kconfig
index 1772e71..805ecba 100644
--- a/Kconfig
+++ b/Kconfig
@@ -546,14 +546,6 @@ endmenu # Customize Header Files
menu "Debug Options"
-config DEBUG_TCBINFO
- bool "Enable TCBinfo struct for debug"
- default n
- ---help---
- Enables tcbinfo struct for debugger infomation.
- Selecting this option will enable g_tcbinfo in arch and
- procfs.
-
config DEBUG_ALERT
bool
default n
@@ -1847,6 +1839,14 @@ config DEBUG_VIDEO_INFO
endif # DEBUG_VIDEO
endif # DEBUG_FEATURES
+config DEBUG_TCBINFO
+ bool "Enable TCBinfo struct for debug"
+ default n
+ ---help---
+ Enables tcbinfo struct for debugger infomation.
+ Selecting this option will enable g_tcbinfo in arch and
+ procfs.
+
config ARCH_HAVE_STACKCHECK
bool
default n