: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. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MCUMGR ` - \ :option:`SHELL ` - \ :option:`SHELL_BACKEND_SERIAL ` - \ :option:`BASE64 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:20`` Menu path: (Top) → Management .. parsed-literal:: config MCUMGR_SMP_SHELL bool "Shell mcumgr SMP transport" select \ :option:`MCUMGR ` select \ :option:`SHELL ` select \ :option:`SHELL_BACKEND_SERIAL ` select \ :option:`BASE64 ` 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.)*