The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_MCUMGR_ON_DEV_NAME

Device Name of UART Device for mcumgr UART

Type: string

Help

This option specifies the name of UART device to be used for mcumgr UART.

Direct dependencies

UART_MCUMGR && CONSOLE

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

Defaults

Kconfig definition

At drivers/console/Kconfig:215

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

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

config UART_MCUMGR_ON_DEV_NAME
    string
    prompt "Device Name of UART Device for mcumgr UART" if UART_MCUMGR && CONSOLE
    default "" if HAS_DTS && UART_MCUMGR && CONSOLE
    default "UART_0" if UART_MCUMGR && CONSOLE
    depends on UART_MCUMGR && CONSOLE
    help
      This option specifies the name of UART device to be used
      for mcumgr UART.

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