mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Refresh configuration/update some misnamed conditional compilation
This commit is contained in:
@@ -574,6 +574,16 @@ CONFIG_NET_GUARDSIZE=2
|
||||
# CONFIG_NET_MULTILINK is not set
|
||||
CONFIG_NET_ETHERNET=y
|
||||
|
||||
#
|
||||
# Network Device Operations
|
||||
#
|
||||
CONFIG_NETDEV_PHY_IOCTL=y
|
||||
|
||||
#
|
||||
# Internet Protocol Selection
|
||||
#
|
||||
CONFIG_NET_IPv4=y
|
||||
|
||||
#
|
||||
# Socket Support
|
||||
#
|
||||
@@ -582,12 +592,6 @@ CONFIG_NET_NACTIVESOCKETS=16
|
||||
CONFIG_NET_SOCKOPTS=y
|
||||
CONFIG_NET_SOLINGER=y
|
||||
|
||||
#
|
||||
# Network Device Operations
|
||||
#
|
||||
CONFIG_NETDEV_PHY_IOCTL=y
|
||||
CONFIG_NET_IPv4=y
|
||||
|
||||
#
|
||||
# Raw Socket Support
|
||||
#
|
||||
@@ -855,6 +859,7 @@ CONFIG_EXAMPLES_NSH=y
|
||||
# CONFIG_NETUTILS_FTPD is not set
|
||||
# CONFIG_NETUTILS_JSON is not set
|
||||
CONFIG_NETUTILS_DNSCLIENT=y
|
||||
CONFIG_NETUTILS_DNSCLIENT_IPv4=y
|
||||
CONFIG_NETUTILS_DNSCLIENT_ENTRIES=8
|
||||
CONFIG_NETUTILS_DNSCLIENT_MAXRESPONSE=96
|
||||
# CONFIG_NETUTILS_SMTP is not set
|
||||
|
||||
Reference in New Issue
Block a user