:orphan: .. title:: MCUMGR_SMP_SHELL .. option:: 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. Direct dependencies =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SHELL ` - \ :option:`SHELL_BACKEND_SERIAL ` - \ :option:`BASE64 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:242`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. parsed-literal:: config MCUMGR_SMP_SHELL bool "Shell mcumgr SMP transport" select \ :option:`SHELL ` select \ :option:`SHELL_BACKEND_SERIAL ` select \ :option:`BASE64 ` depends on \ :option:`MCUMGR ` 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.)*