CONFIG_UART_ASYNC_API
Enable asynchronous UART API
Type: bool
Help
This option enables asynchronous UART API.
Direct dependencies
SERIAL_SUPPORT_ASYNC
&& SERIAL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/drivers/serial/Kconfig:62
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_ASYNC_API
bool "Enable asynchronous UART API"
depends on SERIAL_SUPPORT_ASYNC && SERIAL
help
This option enables asynchronous UART API.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)