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:
parent
da3e6cb175
commit
822061a3d0
17
net/Kconfig
17
net/Kconfig
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user