The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_IOAPIC_MASK_RTE

Mask out RTE entries on boot

Type: bool

Help

At boot, mask all IOAPIC RTEs if they may be in an undefined state. You don’t need this if the RTEs are either all guaranteed to be masked when the OS starts up, or a previous boot stage has done some IOAPIC configuration that needs to be preserved.

Direct dependencies

IOAPIC && LOAPIC

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

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig:69

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

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

config IOAPIC_MASK_RTE
    bool
    prompt "Mask out RTE entries on boot" if IOAPIC && LOAPIC
    default "y" if IOAPIC && LOAPIC
    depends on IOAPIC && LOAPIC
    help
      At boot, mask all IOAPIC RTEs if they may be in an undefined state.
      You don't need this if the RTEs are either all guaranteed to be masked
      when the OS starts up, or a previous boot stage has done some IOAPIC
      configuration that needs to be preserved.

(Definitions include propagated dependencies, including from if’s and menus.)