net: Fix dupulicated NET_USRSOCK in Kconfig

Reviewed-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Signed-off-by: Kazuya Hioki <Kazuya.Hioki@sony.com>
This commit is contained in:
Kazuya Hioki 2020-07-20 11:15:32 +09:00 committed by Brennan Ashton
parent da3e6cb175
commit 822061a3d0
2 changed files with 11 additions and 17 deletions

View File

@ -231,23 +231,6 @@ config NET_TUN_PKTSIZE
endif # NET_TUN
config NET_USRSOCK
bool "User-space networking stack API"
default n
---help---
Enable or disable user-space networking stack support.
User-space networking stack API allows user-space daemon to
provide TCP/IP stack implementation for NuttX network.
Main use for this is to allow use and integration of
HW-provided TCP/IP stacks for NuttX.
For example, user-space daemon can translate /dev/usrsock API
requests to HW TCP/IP API requests while rest of the user-space
can access standard socket API, with socket descriptors that
can be used with NuttX system calls.
config NETDEV_LATEINIT
bool "Late driver initialization"
default n

View File

@ -12,6 +12,17 @@ config NET_USRSOCK
---help---
Enable or disable user-space networking stack support.
User-space networking stack API allows user-space daemon to
provide TCP/IP stack implementation for NuttX network.
Main use for this is to allow use and integration of
HW-provided TCP/IP stacks for NuttX.
For example, user-space daemon can translate /dev/usrsock API
requests to HW TCP/IP API requests while rest of the user-space
can access standard socket API, with socket descriptors that
can be used with NuttX system calls.
if NET_USRSOCK
config NET_USRSOCK_CONNS