-
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
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/modem/Kconfig:35
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:84
Menu path: (top menu) → Device Drivers → Modem Drivers
config MODEM_SHELL bool prompt "Enable modem shell utilities" ifMODEM
selectCONSOLE_SHELL
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.)