net/socket: delete config CONFIG_NSOCKET_DESCRIPTORS

N/A

Change-Id: I7d10ec460c351e4fbcdc19b3a8284dcb77073722
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
Jiuzhu Dong
2021-02-22 17:50:41 +08:00
committed by Xiang Xiao
parent 4d5a964f29
commit 3c0354aba6
48 changed files with 46 additions and 95 deletions
@@ -420,7 +420,6 @@ configuration settings that apply:
Configuration Description
====================================== ================================
``CONFIG_NET=y`` Of course, networking must be enabled.
``CONFIG_NSOCKET_DESCRIPTORS`` And, of course, you must allocate some socket descriptors.
``CONFIG_NET_TCP=y`` TCP/IP support is required for telnet (as well as various other
TCP-related configuration settings).
``CONFIG_NSH_IOBUFFER_SIZE`` Determines the size of the I/O buffer to use for sending/ receiving
@@ -443,7 +442,6 @@ required. These include:
Configuration Description
============================================== ============================================================
``CONFIG_NET=y`` Of course, networking must be enabled.
``CONFIG_NSOCKET_DESCRIPTORS`` And, of course, you must allocate some socket descriptors.
``CONFIG_NET_UDP=y`` UDP support is required for DHCP (as well as various other
UDP-related configuration settings).
``CONFIG_NET_BROADCAST=y`` UDP broadcast support is needed.