-
CONFIG_NESTED_INTERRUPTS¶
Enable nested interrupts
Type: bool
Help¶
This option enables support for nested interrupts.
Default¶
y
Kconfig definition¶
At arch/x86/core/Kconfig.ia32:8
Included via Kconfig:8 → Kconfig.zephyr:29 → arch/Kconfig:12 → arch/x86/Kconfig:319
Menu path: (Top) → X86 Architecture Options
config NESTED_INTERRUPTS
bool "Enable nested interrupts"
default y
depends on !X86_64 && X86
help
This option enables support for nested interrupts.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)