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

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

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig:73

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

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

config IOAPIC_MASK_RTE
    bool
    prompt "Mask out RTE entries on boot" if IOAPIC
    default "y" if IOAPIC
    depends on IOAPIC
    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.)