-
CONFIG_UART_ASYNC_API
¶
Enable new asynchronous UART API [EXPERIMENTAL]
Type: bool
Help¶
This option enables new asynchronous UART API.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_ASYNC_API bool prompt "Enable new asynchronous UART API [EXPERIMENTAL]" ifSERIAL
depends onSERIAL
help This option enables new asynchronous UART API.
(Definitions include propagated dependencies, including from if’s and menus.)