:orphan: .. title:: CONFIG_MCUMGR_SMP_SHELL .. kconfig:: CONFIG_MCUMGR_SMP_SHELL CONFIG_MCUMGR_SMP_SHELL ####################### *Shell mcumgr SMP transport* Type: ``bool`` Help ==== .. code-block:: none Enables handling of SMP commands received over shell. This allows the shell to be use for both mcumgr commands and shell commands. Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`SHELL ` - \ :kconfig:`SHELL_BACKEND_SERIAL ` - \ :kconfig:`BASE64 ` Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:276`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig config MCUMGR_SMP_SHELL bool "Shell mcumgr SMP transport" select SHELL select SHELL_BACKEND_SERIAL select BASE64 depends on 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.)*