:orphan: .. title:: CONFIG_IOAPIC_MASK_RTE .. kconfig:: CONFIG_IOAPIC_MASK_RTE CONFIG_IOAPIC_MASK_RTE ###################### *Mask out RTE entries on boot* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`IOAPIC ` && \ :kconfig:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/interrupt_controller/Kconfig.loapic:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:50`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC → IO-APIC .. code-block:: kconfig config IOAPIC_MASK_RTE bool "Mask out RTE entries on boot" default y 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*