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