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 ifs and menus.)

Default

  • -1

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.loapic:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/interrupt_controller/Kconfig:51

Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC → Handle LOAPIC spurious interrupts

config LOAPIC_SPURIOUS_VECTOR_ID
    int "LOAPIC spurious vector ID"
    default -1
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)