-
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
Kconfig definitions¶
At boards/shields/sparkfun_sara_r4/Kconfig.defconfig:11
Included via Kconfig:8 → Kconfig.zephyr:17 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config MODEM_SHELL
bool
default y
depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4
At boards/shields/wnc_m14a2a/Kconfig.defconfig:11
Included via Kconfig:8 → Kconfig.zephyr:17 → /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config MODEM_SHELL
bool
default y
depends on NETWORKING && SHIELD_WNC_M14A2A
At boards/shields/sparkfun_sara_r4/Kconfig.defconfig:11
Included via Kconfig:8 → Kconfig.zephyr:18
Menu path: (Top)
config MODEM_SHELL
bool
default y
depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4
At boards/shields/wnc_m14a2a/Kconfig.defconfig:11
Included via Kconfig:8 → Kconfig.zephyr:18
Menu path: (Top)
config MODEM_SHELL
bool
default y
depends on NETWORKING && SHIELD_WNC_M14A2A
At drivers/modem/Kconfig:120
Included via Kconfig:8 → Kconfig.zephyr:32 → 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.)