:orphan: .. title:: NESTED_INTERRUPTS .. option:: CONFIG_NESTED_INTERRUPTS *Enable nested interrupts* Type: ``bool`` Help ==== This option enables support for nested interrupts. Direct dependencies =================== !\ :option:`X86_64 ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config NESTED_INTERRUPTS bool "Enable nested interrupts" default y depends on !\ :option:`X86_64 ` && \ :option:`X86 ` help This option enables support for nested interrupts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*