drivers: modem: Modem socket does not build without NET_SOCKETS enabled

Modem socket does not build with NET_SOCKETS enabled.
Referencing socket_data in struct net_context.

Signed-off-by: Joakim Andersson <joerchan@gmail.com>
This commit is contained in:
Joakim Andersson 2025-01-15 13:26:18 +01:00 committed by Benjamin Cabé
parent 2cee01678a
commit 123adb2d7b

View file

@ -146,6 +146,7 @@ endif # MODEM_CONTEXT
config MODEM_SOCKET config MODEM_SOCKET
bool "Generic modem socket support layer" bool "Generic modem socket support layer"
depends on NET_SOCKETS
help help
This layer provides much of the groundwork for keeping track of This layer provides much of the groundwork for keeping track of
modem "sockets" throughout their lifecycle (from the initial offload modem "sockets" throughout their lifecycle (from the initial offload