:orphan: .. title:: CONFIG_NESTED_INTERRUPTS .. kconfig:: CONFIG_NESTED_INTERRUPTS CONFIG_NESTED_INTERRUPTS ######################## *Enable nested interrupts* Type: ``bool`` Help ==== .. code-block:: none This option enables support for nested interrupts. Direct dependencies =================== !\ :kconfig:`X86_64 ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/x86/core/Kconfig.ia32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/x86/Kconfig:482`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig 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.)*