:orphan: .. title:: UART_3_INTERRUPT_DRIVEN .. option:: CONFIG_UART_3_INTERRUPT_DRIVEN *Enable interrupt support on port 3* Type: ``bool`` Help ==== .. code-block:: none This option enables UART interrupt support on port 3. Direct dependencies =================== \ :option:`UART_INTERRUPT_DRIVEN ` && \ :option:`UART_3_NRF_UARTE ` && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/serial/Kconfig.nrfx:272`` 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_3_INTERRUPT_DRIVEN bool "Enable interrupt support on port 3" default y depends on UART_INTERRUPT_DRIVEN && UART_3_NRF_UARTE && UART_NRFX && SERIAL help This option enables UART interrupt support on port 3. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*