CONFIG_MODEM_CONTEXT

Modem context helper driver [EXPERIMENTAL]

Type: bool

Help

This driver allows modem drivers to communicate with an interface using custom defined protocols. Driver doesn’t inspect received data and all aspects of received protocol data are handled by application work method provided. This driver combines abstractions for: modem interface, command handler, pin config and socket handling each of which will need to be configured.

Direct dependencies

MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/drivers/modem/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:82

Menu path: (Top) → Device Drivers → Modem Drivers

config MODEM_CONTEXT
    bool "Modem context helper driver [EXPERIMENTAL]"
    depends on MODEM
    help
      This driver allows modem drivers to communicate with an interface
      using custom defined protocols. Driver doesn't inspect received data
      and all aspects of received protocol data are handled by application
      work method provided.  This driver combines abstractions for:
      modem interface, command handler, pin config and socket handling each
      of which will need to be configured.

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