mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
libc/Kconfig: Use menus vs. comments to better organize the C library menus
This commit is contained in:
parent
de1b68dc4e
commit
67feda60b2
16 changed files with 42 additions and 194 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue