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

(NETWORKING && SHIELD_SPARKFUN_SARA_R4) || (NETWORKING && SHIELD_WNC_M14A2A) || (NETWORKING && SHIELD_SPARKFUN_SARA_R4) || (NETWORKING && SHIELD_WNC_M14A2A) || MODEM

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config MODEM_SHELL
    bool
    default y
    depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4

At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config MODEM_SHELL
    bool
    default y
    depends on NETWORKING && SHIELD_WNC_M14A2A

At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config MODEM_SHELL
    bool
    default y
    depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4

At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config MODEM_SHELL
    bool
    default y
    depends on NETWORKING && SHIELD_WNC_M14A2A

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

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

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.)