The latest development version of this page may be more current than this released 2.3.0 version.
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:8Kconfig.zephyr:34subsys/Kconfig:20

Menu path: (Top) → Management

config MCUMGR_SMP_SHELL
    bool "Shell mcumgr SMP transport"
    select MCUMGR
    select SHELL
    select SHELL_BACKEND_SERIAL
    select 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.)