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