-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/modem/Kconfig:119
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:74
Menu path: (Top) → Device Drivers → Modem Drivers
config MODEM_SHELL bool "Enable modem shell utilities" selectSHELL
depends onMODEM
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.)