:orphan: .. title:: CONFIG_SERIAL_SUPPORT_INTERRUPT .. kconfig:: CONFIG_SERIAL_SUPPORT_INTERRUPT CONFIG_SERIAL_SUPPORT_INTERRUPT ############################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This is an option to be enabled by individual serial driver to signal that the driver and hardware supports interrupts. Direct dependencies =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_TELINK_B91 ` - \ :kconfig:`UART_NS16550 ` - \ :kconfig:`UART_MCUX ` - \ :kconfig:`UART_MCUX_FLEXCOMM ` - \ :kconfig:`UART_MCUX_IUART ` - \ :kconfig:`UART_MCUX_LPSCI ` - \ :kconfig:`UART_MCUX_LPUART ` - \ :kconfig:`UART_MIV ` - \ :kconfig:`UART_IMX ` - \ :kconfig:`UART_STELLARIS ` - \ :kconfig:`USART_SAM ` - \ :kconfig:`UART_SAM ` - \ :kconfig:`UART_STM32 ` - \ :kconfig:`UART_NRFX ` - \ :kconfig:`UART_CC13XX_CC26XX ` - \ :kconfig:`UART_CC32XX ` - \ :kconfig:`UART_CMSDK_APB ` - \ :kconfig:`UART_SIFIVE ` - \ :kconfig:`UART_ESP32 ` - \ :kconfig:`UART_GECKO ` - \ :kconfig:`LEUART_GECKO ` - \ :kconfig:`UART_MSP432P4XX ` - \ :kconfig:`UART_SAM0 ` - \ :kconfig:`UART_PSOC6 ` - \ :kconfig:`UART_PL011 ` - \ :kconfig:`UART_RV32M1_LPUART ` - \ :kconfig:`UART_XLNX_PS ` - \ :kconfig:`UART_XLNX_UARTLITE ` - \ :kconfig:`UART_LPC11U6X ` - \ :kconfig:`UART_NPCX ` - \ :kconfig:`UART_APBUART ` - \ :kconfig:`UART_RCAR ` - \ :kconfig:`UART_XEC ` - \ :kconfig:`USB_CDC_ACM ` Symbols that imply this symbol ============================== - \ :kconfig:`OSDP ` Kconfig definition ================== At ``/serial/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config SERIAL_SUPPORT_INTERRUPT bool depends on SERIAL help This is an option to be enabled by individual serial driver to signal that the driver and hardware supports interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*