CONFIG_ISR_DEPTH¶
Maximum IRQ nesting depth
Type: int
Help¶
The more nesting allowed, the more room is required for IRQ stacks.
Default¶
- 4 
Kconfig definition¶
At <Zephyr Architecture>/x86/core/Kconfig.intel64:57
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12 → <Zephyr Architecture>/x86/Kconfig:483
Menu path: (Top) → X86 Architecture Options
config ISR_DEPTH
    int "Maximum IRQ nesting depth"
    default 4
    depends on X86_64 && X86
    help
      The more nesting allowed, the more room is required for IRQ stacks.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)