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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/modem/Kconfig:35

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:84

Menu path: (top menu) → Device Drivers → Modem Drivers

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

(Definitions include propagated dependencies, including from if’s and menus.)