:orphan: .. title:: UART_MCUMGR_ON_DEV_NAME .. option:: 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 =================== \ :option:`UART_MCUMGR ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:233`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable mcumgr UART driver .. parsed-literal:: config UART_MCUMGR_ON_DEV_NAME string "Device Name of UART Device for mcumgr UART" default "" if \ :option:`HAS_DTS ` default "UART_0" depends on \ :option:`UART_MCUMGR ` && \ :option:`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.)*