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
) || (NETWORKING
&& SHIELD_SPARKFUN_SARA_R4
) || (NETWORKING
&& SHIELD_WNC_M14A2A
) || MODEM
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
y
y
y
Kconfig definitions
At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
→ <nRF>/doc/_build/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:18
→ <nRF>/doc/_build/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:20
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:20
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:22
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:22
Menu path: (Top)
config MODEM_SHELL
bool
default y
depends on NETWORKING && SHIELD_WNC_M14A2A
At <Zephyr>/drivers/modem/Kconfig:121
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:84
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.)