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

CONFIG_SERIAL_SUPPORT_INTERRUPT

(No prompt – not directly user assignable.)

Type: bool

Help

This is an option to be enabled by individual serial driver
to signal that the driver and hardware supports interrupts.

Direct dependencies

SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Symbols that imply this symbol

Kconfig definition

At drivers/serial/Kconfig:28

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26

Menu path: (Top) → Device Drivers → Serial Drivers

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.)