2017-02-10 23:32:55 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2017-02-11 00:04:56 +08:00
|
|
|
menu "Network-Related Options"
|
2017-02-10 23:32:55 +08:00
|
|
|
|
|
|
|
config LIBC_IPv4_ADDRCONV
|
|
|
|
bool "IPv4 address conversions"
|
|
|
|
default n
|
|
|
|
depends on !NET_IPv4
|
|
|
|
|
|
|
|
config LIBC_IPv6_ADDRCONV
|
|
|
|
bool "IPv6 address conversions"
|
|
|
|
default n
|
|
|
|
depends on !NET_IPv6
|
2017-02-11 00:04:56 +08:00
|
|
|
|
|
|
|
endmenu # Network-Related Options
|