-
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:42
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:82
Menu path: (top menu) → Device Drivers → Modem Drivers
config MODEM_SHELL bool prompt "Enable modem shell utilities" ifMODEM
selectSHELL
ifMODEM
depends onMODEM
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.)