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

Enable modem shell utilities

Type: bool

Help

Activate shell module that provides modem utilities like sending a command to the modem UART.

Direct dependencies

MODEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/modem/Kconfig:119

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:74

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

config MODEM_SHELL
    bool "Enable modem shell utilities"
    select SHELL
    depends on MODEM
    help
      Activate shell module that provides modem utilities like
      sending a command to the modem UART.

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