-
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.)
Defaults¶
- “y” if
SERIAL
&&BOARD_MPS2_AN385
- “y” if
SERIAL
&&BOARD_V2M_BEETLE
- “y” if
SERIAL
&&BOARD_MUSCA_A
- “y” if
USB_UART_CONSOLE
&&USB
&&BOARD_TINYTILE
- “y” if
UART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/mps2_an385/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_INTERRUPT_DRIVEN bool default "y" ifSERIAL
&&BOARD_MPS2_AN385
depends onSERIAL
&&BOARD_MPS2_AN385
At boards/arm/v2m_beetle/Kconfig.defconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_INTERRUPT_DRIVEN bool default "y" ifSERIAL
&&BOARD_V2M_BEETLE
depends onSERIAL
&&BOARD_V2M_BEETLE
At boards/arm/v2m_musca/Kconfig.defconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_INTERRUPT_DRIVEN bool default "y" ifSERIAL
&&BOARD_MUSCA_A
depends onSERIAL
&&BOARD_MUSCA_A
At boards/x86/tinytile/Kconfig.defconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_INTERRUPT_DRIVEN bool default "y" ifUSB_UART_CONSOLE
&&USB
&&BOARD_TINYTILE
depends onUSB_UART_CONSOLE
&&USB
&&BOARD_TINYTILE
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:114
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_INTERRUPT_DRIVEN bool default "y" ifUART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
depends onUART_NS16550_PORT_0
&&UART_NS16550
&&BOARD_INTEL_S1000_CRB
At drivers/serial/Kconfig:37
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_INTERRUPT_DRIVEN bool prompt "Enable UART Interrupt support" ifSERIAL_SUPPORT_INTERRUPT
&&UART_ASYNC_API
= "n" &&SERIAL
depends onSERIAL_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.)