:orphan: .. title:: LOAPIC_SPURIOUS_VECTOR_ID .. option:: 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 =================== \ :option:`LOAPIC_SPURIOUS_VECTOR ` && \ :option:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - -1 Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.loapic:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:51`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC → Handle LOAPIC spurious interrupts .. parsed-literal:: config LOAPIC_SPURIOUS_VECTOR_ID int "LOAPIC spurious vector ID" default -1 depends on \ :option:`LOAPIC_SPURIOUS_VECTOR ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*