The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MODEM_SOCKET

Generic modem socket support layer

Type: bool

Help

This layer provides much of the groundwork for keeping track of
modem "sockets" throughout their lifecycle (from the initial offload
API calls through the command handler call back layers).
To configure this layer for use, create a modem_socket_config
object with your socket data and pass it's reference to
modem_socket_init().

Direct dependencies

MODEM_CONTEXT && MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/modem/Kconfig:99

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:84

Menu path: (Top) → Device Drivers → Modem Drivers → Modem context helper driver [EXPERIMENTAL]

config MODEM_SOCKET
    bool "Generic modem socket support layer"
    depends on MODEM_CONTEXT && MODEM
    help
      This layer provides much of the groundwork for keeping track of
      modem "sockets" throughout their lifecycle (from the initial offload
      API calls through the command handler call back layers).
      To configure this layer for use, create a modem_socket_config
      object with your socket data and pass it's reference to
      modem_socket_init().

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)