drivers/net offloaded_sockets: Remove redundant kconfig dependency

After removing NATIVE_APPLICATION, only NATIVE_LIBRARY is
possible with ARCH_POSIX.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2025-06-30 16:18:26 +02:00 committed by Alberto Escolar
parent 0acebf7135
commit cf9634cbd0

View File

@ -247,7 +247,6 @@ endif # NET_CAN
menuconfig NET_NATIVE_OFFLOADED_SOCKETS
bool "Native Simulator offloaded sockets"
depends on ARCH_POSIX
depends on NATIVE_LIBRARY
depends on NET_SOCKETS_OFFLOAD
select NATIVE_USE_NSI_ERRNO
help