-
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.
Kconfig definition¶
At drivers/interrupt_controller/Kconfig:69
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
Menu path: (top menu) → Device Drivers → Interrupt Controllers → LOAPIC
config IOAPIC_MASK_RTE bool prompt "Mask out RTE entries on boot" ifIOAPIC
&&LOAPIC
default "y" ifIOAPIC
&&LOAPIC
depends onIOAPIC
&&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.)