-
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_MPS2_AN521
) || (MODEM
&& BOARD_PARTICLE_BORON
) || (SERIAL
&& BOARD_V2M_BEETLE
) || (SERIAL
&& BOARD_MUSCA_A
) || (SERIAL
&& BOARD_MUSCA_B1
) || (UART_NS16550_PORT_0
&& UART_NS16550
&& BOARD_INTEL_S1000_CRB
) || (SERIAL_SUPPORT_INTERRUPT
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
y
y
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/mps2_an385/Kconfig.defconfig:33
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onSERIAL
&&BOARD_MPS2_AN385
At boards/arm/mps2_an521/Kconfig.defconfig:34
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onSERIAL
&&BOARD_MPS2_AN521
At boards/arm/particle_boron/Kconfig.defconfig:67
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onMODEM
&&BOARD_PARTICLE_BORON
At boards/arm/v2m_beetle/Kconfig.defconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onSERIAL
&&BOARD_V2M_BEETLE
At boards/arm/v2m_musca/Kconfig.defconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onSERIAL
&&BOARD_MUSCA_A
At boards/arm/v2m_musca_b1/Kconfig.defconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onSERIAL
&&BOARD_MUSCA_B1
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:106
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config UART_INTERRUPT_DRIVEN bool default y depends onUART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
At drivers/serial/Kconfig:40
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:18
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_INTERRUPT_DRIVEN bool "Enable UART Interrupt support" depends onSERIAL_SUPPORT_INTERRUPT
&&SERIAL
help This option enables interrupt support for UART allowing console input and other UART based drivers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)