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
+3 -1
View File
@@ -7,7 +7,7 @@
# specific implementations. Not all architectures support implementations
# for every library function.
comment "Architecture-Specific Spport"
menu "Architecture-Specific Support"
config ARCH_LOWPUTC
bool "Low-level console output"
@@ -163,3 +163,5 @@ endif
if ARCH_X86
source libc/machine/x86/Kconfig
endif
endmenu # Architecture-Specific Spport