net: socks: Remove socket selection

Currently the socks library does not use sockets so there
is no need to select socket symbols.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-03-07 18:06:38 +02:00 committed by David Leach
parent 79585d5355
commit de52f8924f

View File

@ -3,8 +3,6 @@
menuconfig SOCKS
bool "SOCKS5 proxy"
select NET_SOCKETS
select NET_SOCKETS_POSIX_NAMES
help
Enable SOCKS5 proxy support