net: sockets: remove POSIX_NAMES dependency on SOCKETS_OFFLOAD
This is no longer required since drivers implementing the sockets offload interface were migrated to use pure zsock_ instead of raw POSIX types and functions. Signed-off-by: Adam Porter <porter.adam@gmail.com>
This commit is contained in:
parent
3722c643c9
commit
f09b8681f6
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ config NET_SOCKETS_TLS_MAX_CIPHERSUITES
|
|||
|
||||
config NET_SOCKETS_OFFLOAD
|
||||
bool "Offload Socket APIs [EXPERIMENTAL]"
|
||||
select NET_SOCKETS_POSIX_NAMES
|
||||
help
|
||||
Enables direct offloading of socket operations to dedicated TCP/IP
|
||||
hardware.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue