:orphan: .. title:: UART_2_ASYNC .. option:: CONFIG_UART_2_ASYNC *Enable Asynchronous API support on port 2* Type: ``bool`` Help ==== .. code-block:: none This option enables UART Asynchronous API support on port 2. Direct dependencies =================== \ :option:`UART_ASYNC_API ` && !\ :option:`UART_2_INTERRUPT_DRIVEN ` && \ :option:`UART_2_NRF_UARTE ` && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/serial/Kconfig.nrfx:203`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:93`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config UART_2_ASYNC bool "Enable Asynchronous API support on port 2" default y depends on UART_ASYNC_API && !UART_2_INTERRUPT_DRIVEN && UART_2_NRF_UARTE && UART_NRFX && SERIAL help This option enables UART Asynchronous API support on port 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*