mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
libc/Kconfig: Use menus vs. comments to better organize the C library menus
This commit is contained in:
+3
-1
@@ -3,7 +3,7 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
comment "Standard C Library Options"
|
||||
menu "Network-Related Options"
|
||||
|
||||
config LIBC_IPv4_ADDRCONV
|
||||
bool "IPv4 address conversions"
|
||||
@@ -14,3 +14,5 @@ config LIBC_IPv6_ADDRCONV
|
||||
bool "IPv6 address conversions"
|
||||
default n
|
||||
depends on !NET_IPv6
|
||||
|
||||
endmenu # Network-Related Options
|
||||
|
||||
Reference in New Issue
Block a user