:orphan: .. title:: SERIAL_SUPPORT_ASYNC .. option:: CONFIG_SERIAL_SUPPORT_ASYNC *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This is an option to be enabled by individual serial driver to signal that the driver and hardware supports async operation. Direct dependencies =================== \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`UART_STM32 ` - \ :option:`UART_NRFX ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config SERIAL_SUPPORT_ASYNC bool depends on \ :option:`SERIAL ` help This is an option to be enabled by individual serial driver to signal that the driver and hardware supports async operation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*