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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig:39

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

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

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