CONFIG_MCUMGR_SMP_UART_ASYNC

Use async UART API when available

Type: bool

Help

The option enables use of UART async API when available for selected mcumgr uart port.

Direct dependencies

UART_ASYNC_API && MCUMGR_SMP_UART && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:418

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:35<Zephyr>/subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UART mcumgr SMP transport

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.)