The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_ASYNC_API

Enable new asynchronous UART API [EXPERIMENTAL]

Type: bool

Help

This option enables new asynchronous UART API.

Direct dependencies

SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig:31

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22

Menu path: (top menu) → Device Drivers → Serial Drivers

config UART_ASYNC_API
    bool
    prompt "Enable new asynchronous UART API [EXPERIMENTAL]" if SERIAL
    depends on SERIAL
    help
      This option enables new asynchronous UART API.

(Definitions include propagated dependencies, including from if’s and menus.)