libc/Kconfig: Use menus vs. comments to better organize the C library menus

This commit is contained in:
Gregory Nutt
2017-02-10 10:04:56 -06:00
parent de1b68dc4e
commit 67feda60b2
16 changed files with 42 additions and 194 deletions
+2 -1
View File
@@ -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