-
CONFIG_X86_DYNAMIC_IRQ_STUBS
¶
Number of dynamic interrupt stubs
Type: int
Help¶
Installing interrupt handlers with irq_connect_dynamic() requires some stub code to be generated at build time, one stub per dynamic interrupt.
Defaults¶
- 4 if
DYNAMIC_INTERRUPTS
&&X86
Kconfig definition¶
At arch/x86/Kconfig:342
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → X86 Architecture Options → Processor Capabilities
config X86_DYNAMIC_IRQ_STUBS int prompt "Number of dynamic interrupt stubs" ifDYNAMIC_INTERRUPTS
&&X86
default 4 ifDYNAMIC_INTERRUPTS
&&X86
depends onDYNAMIC_INTERRUPTS
&&X86
help Installing interrupt handlers with irq_connect_dynamic() requires some stub code to be generated at build time, one stub per dynamic interrupt.
(Definitions include propagated dependencies, including from if’s and menus.)