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 ifs and menus.)

Defaults

Kconfig definition

At <Zephyr>/drivers/console/Kconfig:233

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers → Enable mcumgr UART driver

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)