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:
parent
7da7768095
commit
733b81d2c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue