:orphan: .. title:: CONFIG_UARTE_NRF_HW_ASYNC .. kconfig:: CONFIG_UARTE_NRF_HW_ASYNC CONFIG_UARTE_NRF_HW_ASYNC ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`UART_0_NRF_HW_ASYNC ` || \ :kconfig:`UART_1_NRF_HW_ASYNC ` || \ :kconfig:`UART_2_NRF_HW_ASYNC ` || \ :kconfig:`UART_3_NRF_HW_ASYNC `) && \ :kconfig:`UART_NRFX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/serial/Kconfig.nrfx:379`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:116`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config UARTE_NRF_HW_ASYNC bool default y depends on (UART_0_NRF_HW_ASYNC || UART_1_NRF_HW_ASYNC || UART_2_NRF_HW_ASYNC || UART_3_NRF_HW_ASYNC) && UART_NRFX && SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*