:orphan: .. title:: IOAPIC_MASK_RTE .. option:: 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 =================== \ :option:`IOAPIC ` && \ :option:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.loapic:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:51`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC → IO-APIC .. parsed-literal:: config IOAPIC_MASK_RTE bool "Mask out RTE entries on boot" default y depends on \ :option:`IOAPIC ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*