CONFIG_NESTED_INTERRUPTS

Enable nested interrupts

Type: bool

Help

This option enables support for nested interrupts.

Direct dependencies

X86

(Includes any dependencies from if’s and menus.)

Defaults

  • “y” if X86

Kconfig definition

At arch/x86/core/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/x86/Kconfig:30

Menu path: (top menu) → X86 Architecture Options

config NESTED_INTERRUPTS
    bool
    prompt "Enable nested interrupts" if X86
    default "y" if X86
    depends on X86
    help
      This option enables support for nested interrupts.

(Definitions include propagated dependencies, including from if’s and menus.)