-
CONFIG_MAX_IRQ_LINES
¶
Number of IRQ lines
Type: int
Help¶
This option specifies the number of IRQ lines in the system. It can be tuned to save some bytes in ROM, as it determines the size of the _irq_to_interrupt_vector_table, which is used at runtime to program to the PIC the association between vectors and interrupts.
Kconfig definition¶
At arch/x86/core/Kconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/x86/Kconfig:14
Menu path: (top menu) → X86 Architecture Options → Memory Layout Options
config MAX_IRQ_LINES int prompt "Number of IRQ lines" ifX86
range 0 256 ifX86
default 128 ifX86
depends onX86
help This option specifies the number of IRQ lines in the system. It can be tuned to save some bytes in ROM, as it determines the size of the _irq_to_interrupt_vector_table, which is used at runtime to program to the PIC the association between vectors and interrupts.
(Definitions include propagated dependencies, including from if’s and menus.)