drivers: modem: remove dependency of modem_socket

Fixed Kconfig to remove dependency between modem_socket and
modem_context, the two do not depend on each other and
should be possible to use independently

Signed-off-by: Alessio Lei <alelei94@yahoo.it>
This commit is contained in:
Alessio Lei 2023-12-12 14:28:20 +01:00 committed by Carles Cufí
parent 7da7768095
commit 733b81d2c7
1 changed files with 2 additions and 2 deletions

View File

@ -142,6 +142,8 @@ config MODEM_CMD_HANDLER_MAX_PARAM_COUNT
of the match_buf (match_buf_len) field as it needs to be large
enough to hold a single line of data (ending with /r).
endif # MODEM_CONTEXT
config MODEM_SOCKET
bool "Generic modem socket support layer"
help
@ -165,8 +167,6 @@ config MODEM_SOCKET_PACKET_COUNT
these values are organized into "packets". This setting limits
the maximum number of packet sizes the socket can keep track of.
endif # MODEM_CONTEXT
config MODEM_SHELL
bool "Modem shell utilities"
select SHELL