CONFIG_UART_CONSOLE_MCUMGR

Enable UART console mcumgr passthrough

Type: bool

Help

Enables the UART console to receive mcumgr frames for image upgrade and device management. When enabled, the UART console does not process mcumgr frames, but it hands them up to a higher level module (e.g., the shell). If unset, incoming mcumgr frames are dropped.

Direct dependencies

UART_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/console/Kconfig:73

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config UART_CONSOLE_MCUMGR
    bool
    prompt "Enable UART console mcumgr passthrough" if UART_CONSOLE && CONSOLE
    depends on UART_CONSOLE && CONSOLE
    help
      Enables the UART console to receive mcumgr frames for image upgrade
      and device management.  When enabled, the UART console does not
      process mcumgr frames, but it hands them up to a higher level module
      (e.g., the shell).  If unset, incoming mcumgr frames are dropped.

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