:orphan: .. title:: CONFIG_MODEM_CONTEXT .. kconfig:: CONFIG_MODEM_CONTEXT CONFIG_MODEM_CONTEXT #################### *Modem context helper driver [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`WIFI_ESP_AT ` - \ :kconfig:`MODEM_UBLOX_SARA ` - \ :kconfig:`MODEM_QUECTEL_BG9X ` - \ :kconfig:`MODEM_GSM_PPP ` Kconfig definition ================== At ``/modem/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig 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.)*