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:
Adam Porter 2020-06-15 13:53:19 -07:00 committed by Jukka Rissanen
commit f09b8681f6

View file

@ -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.