The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

At drivers/interrupt_controller/Kconfig:36

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers → LOAPIC

config LOAPIC_SPURIOUS_VECTOR_ID
    int
    prompt "LOAPIC spurious vector ID" if LOAPIC_SPURIOUS_VECTOR && LOAPIC
    default -1 if LOAPIC_SPURIOUS_VECTOR && LOAPIC
    depends on LOAPIC_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.)