:orphan: .. title:: CONFIG_UART_ASYNC_API .. kconfig:: CONFIG_UART_ASYNC_API CONFIG_UART_ASYNC_API ##################### *Enable new asynchronous UART API [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none This option enables new asynchronous UART API. Direct dependencies =================== \ :kconfig:`SERIAL_SUPPORT_ASYNC ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_ASYNC_API bool "Enable new asynchronous UART API [EXPERIMENTAL]" depends on SERIAL_SUPPORT_ASYNC && SERIAL help This option enables new asynchronous UART API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*