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

CONFIG_MODEM_CONTEXT_MAX_NUM

Maximum number of modem contexts

Type: int

Help

Maximum number of modem contexts to handle.  For most
purposes this should stay at 1.

Direct dependencies

MODEM_CONTEXT && MODEM

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At drivers/modem/Kconfig:51

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

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

config MODEM_CONTEXT_MAX_NUM
    int "Maximum number of modem contexts"
    default 1
    depends on MODEM_CONTEXT && MODEM
    help
      Maximum number of modem contexts to handle.  For most
      purposes this should stay at 1.

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