:orphan: .. title:: SERIAL_SUPPORT_INTERRUPT .. option:: 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 =================== \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`UART_NS16550 ` - \ :option:`UART_MCUX ` - \ :option:`UART_MCUX_FLEXCOMM ` - \ :option:`UART_MCUX_IUART ` - \ :option:`UART_MCUX_LPSCI ` - \ :option:`UART_MCUX_LPUART ` - \ :option:`UART_MIV ` - \ :option:`UART_IMX ` - \ :option:`UART_STELLARIS ` - \ :option:`USART_SAM ` - \ :option:`UART_SAM ` - \ :option:`UART_STM32 ` - \ :option:`UART_NRFX ` - \ :option:`UART_CC13XX_CC26XX ` - \ :option:`UART_CC32XX ` - \ :option:`UART_CMSDK_APB ` - \ :option:`UART_SIFIVE ` - \ :option:`UART_ESP32 ` - \ :option:`UART_GECKO ` - \ :option:`LEUART_GECKO ` - \ :option:`UART_MSP432P4XX ` - \ :option:`UART_SAM0 ` - \ :option:`UART_PSOC6 ` - \ :option:`UART_PL011 ` - \ :option:`UART_RV32M1_LPUART ` - \ :option:`UART_XLNX_PS ` - \ :option:`UART_XLNX_UARTLITE ` - \ :option:`UART_LPC11U6X ` - \ :option:`UART_NPCX ` - \ :option:`UART_APBUART ` - \ :option:`USB_CDC_ACM ` Symbols that imply this symbol ============================== - \ :option:`OSDP ` Kconfig definition ================== At ``/serial/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` 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.)*