mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
libc/Kconfig: Use menus vs. comments to better organize the C library menus
This commit is contained in:
+2
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
if BUILD_PROTECTED || BUILD_KERNEL
|
||||
|
||||
comment "User Work Queue Support"
|
||||
menu "User Work Queue Support"
|
||||
|
||||
config LIB_USRWORK
|
||||
bool "User mode worker thread"
|
||||
@@ -37,4 +37,5 @@ config LIB_USRWORKSTACKSIZE
|
||||
The stack size allocated for the lower priority worker thread. Default: 2K.
|
||||
|
||||
endif # LIB_USRWORK
|
||||
endmenu # User Work Queue Support
|
||||
endif # BUILD_PROTECTED || BUILD_KERNEL
|
||||
|
||||
Reference in New Issue
Block a user