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:
parent
2cee01678a
commit
123adb2d7b
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ endif # MODEM_CONTEXT
|
|||
|
||||
config MODEM_SOCKET
|
||||
bool "Generic modem socket support layer"
|
||||
depends on NET_SOCKETS
|
||||
help
|
||||
This layer provides much of the groundwork for keeping track of
|
||||
modem "sockets" throughout their lifecycle (from the initial offload
|
||||
|
|
|
|||
Loading…
Reference in a new issue