-
CONFIG_LOAPIC_SPURIOUS_VECTOR_ID
¶
LOAPIC spurious vector ID
Type: int
Help¶
IDT vector to use for spurious LOAPIC interrupts. Note that some arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF. If this value is left at -1 the last entry in the IDT will be used.
Direct dependencies¶
LOAPIC_SPURIOUS_VECTOR
&& LOAPIC
(Includes any dependencies from if’s and menus.)
Defaults¶
- -1 if
LOAPIC_SPURIOUS_VECTOR
&&LOAPIC
Kconfig definition¶
At drivers/interrupt_controller/Kconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
Menu path: (top menu) → Device Drivers → Interrupt Controllers → LOAPIC
config LOAPIC_SPURIOUS_VECTOR_ID int prompt "LOAPIC spurious vector ID" ifLOAPIC_SPURIOUS_VECTOR
&&LOAPIC
default -1 ifLOAPIC_SPURIOUS_VECTOR
&&LOAPIC
depends onLOAPIC_SPURIOUS_VECTOR
&&LOAPIC
help IDT vector to use for spurious LOAPIC interrupts. Note that some arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF. If this value is left at -1 the last entry in the IDT will be used.
(Definitions include propagated dependencies, including from if’s and menus.)