mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
libc/Kconfig: Use menus vs. comments to better organize the C library menus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user