-
CONFIG_MCUMGR_SMP_SHELL
¶
Shell mcumgr SMP transport
Type: bool
Help¶
Enables handling of SMP commands received over shell. This allows the shell to be use for both mcumgr commands and shell commands.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/mgmt/Kconfig:26
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:20
Menu path: (Top) → Management
config MCUMGR_SMP_SHELL bool "Shell mcumgr SMP transport" selectMCUMGR
selectSHELL
selectSHELL_BACKEND_SERIAL
selectBASE64
help Enables handling of SMP commands received over shell. This allows the shell to be use for both mcumgr commands and shell commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)