: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 ==== .. code-block:: none 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 ================== At ``/console/Kconfig:254`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Enable mcumgr UART driver .. code-block:: kconfig 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.)*