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:19

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:20

Menu path: (top menu) → Management

config MCUMGR_SMP_SHELL
    bool
    prompt "Shell mcumgr SMP transport"
    select MCUMGR
    select UART_CONSOLE_MCUMGR
    select CONSOLE_SHELL
    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.

(Definitions include propagated dependencies, including from if’s and menus.)