-
CONFIG_NESTED_INTERRUPTS
¶
Enable nested interrupts
Type: bool
Help¶
This option enables support for nested interrupts.
Default¶
y
Kconfig definition¶
At <Zephyr>/arch/x86/core/Kconfig.ia32:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/x86/Kconfig:327
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.)