:orphan: .. title:: CONFIG_MCUMGR_SMP_UART_ASYNC .. kconfig:: CONFIG_MCUMGR_SMP_UART_ASYNC CONFIG_MCUMGR_SMP_UART_ASYNC ############################ *Use async UART API when available* Type: ``bool`` Help ==== .. code-block:: none The option enables use of UART async API when available for selected mcumgr uart port. Direct dependencies =================== \ :kconfig:`UART_ASYNC_API ` && \ :kconfig:`MCUMGR_SMP_UART ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:315`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UART mcumgr SMP transport .. code-block:: kconfig menuconfig MCUMGR_SMP_UART_ASYNC bool "Use async UART API when available" depends on UART_ASYNC_API && MCUMGR_SMP_UART && MCUMGR help The option enables use of UART async API when available for selected mcumgr uart port. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*