The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_UART_INTERRUPT_DRIVEN

Enable UART Interrupt support

Type: bool

Help

This option enables interrupt support for UART allowing console input and other UART based drivers.

Direct dependencies

(SERIAL && BOARD_MPS2_AN385) || (SERIAL && BOARD_V2M_BEETLE) || (SERIAL && BOARD_MUSCA_A) || (USB_UART_CONSOLE && USB && BOARD_TINYTILE) || (UART_NS16550_PORT_0 && UART_NS16550 && BOARD_INTEL_S1000_CRB) || (SERIAL_SUPPORT_INTERRUPT && UART_ASYNC_API = “n” && SERIAL)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/arm/mps2_an385/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_INTERRUPT_DRIVEN
    bool
    default "y" if SERIAL && BOARD_MPS2_AN385
    depends on SERIAL && BOARD_MPS2_AN385

At boards/arm/v2m_beetle/Kconfig.defconfig:45

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_INTERRUPT_DRIVEN
    bool
    default "y" if SERIAL && BOARD_V2M_BEETLE
    depends on SERIAL && BOARD_V2M_BEETLE

At boards/arm/v2m_musca/Kconfig.defconfig:30

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_INTERRUPT_DRIVEN
    bool
    default "y" if SERIAL && BOARD_MUSCA_A
    depends on SERIAL && BOARD_MUSCA_A

At boards/x86/tinytile/Kconfig.defconfig:33

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_INTERRUPT_DRIVEN
    bool
    default "y" if USB_UART_CONSOLE && USB && BOARD_TINYTILE
    depends on USB_UART_CONSOLE && USB && BOARD_TINYTILE

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:114

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config UART_INTERRUPT_DRIVEN
    bool
    default "y" if UART_NS16550_PORT_0 && UART_NS16550 && BOARD_INTEL_S1000_CRB
    depends on UART_NS16550_PORT_0 && UART_NS16550 && BOARD_INTEL_S1000_CRB

At drivers/serial/Kconfig:37

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22

Menu path: (top menu) → Device Drivers → Serial Drivers

config UART_INTERRUPT_DRIVEN
    bool
    prompt "Enable UART Interrupt support" if SERIAL_SUPPORT_INTERRUPT && UART_ASYNC_API = "n" && SERIAL
    depends on SERIAL_SUPPORT_INTERRUPT && UART_ASYNC_API = "n" && SERIAL
    help
      This option enables interrupt support for UART allowing console
      input and other UART based drivers.

(Definitions include propagated dependencies, including from if’s and menus.)