:orphan: .. title:: UART_2_INTERRUPT_DRIVEN .. option:: CONFIG_UART_2_INTERRUPT_DRIVEN *Enable interrupt support on port 2* Type: ``bool`` Help ==== This option enables UART interrupt support on port 2. Direct dependencies =================== \ :option:`UART_INTERRUPT_DRIVEN ` && \ :option:`UART_2_NRF_UARTE ` && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.nrfx:191`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:20`` → ``drivers/serial/Kconfig:93`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers → nRF UARTE 2 .. parsed-literal:: config UART_2_INTERRUPT_DRIVEN bool "Enable interrupt support on port 2" default y depends on \ :option:`UART_INTERRUPT_DRIVEN ` && \ :option:`UART_2_NRF_UARTE ` && \ :option:`UART_NRFX ` && \ :option:`SERIAL ` help This option enables UART interrupt support on port 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*