From 123adb2d7b99aa0c5f41206bd92078c90ac1a2ff Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Wed, 15 Jan 2025 13:26:18 +0100 Subject: [PATCH] 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 --- drivers/modem/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/modem/Kconfig b/drivers/modem/Kconfig index 7219312e18f..b8e66ef4274 100644 --- a/drivers/modem/Kconfig +++ b/drivers/modem/Kconfig @@ -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