The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_EOI_FORWARDING_BUG

(No prompt – not directly user assignable.)

Type: bool

Help

Quark SE LOAPIC has issues with forwarding EOI to the IOAPIC for level triggered interrupts, this is a SW workaround.

Direct dependencies

X86 && SOC_QUARK_SE_C1000

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

Defaults

Kconfig definition

At soc/x86/intel_quark/quark_se/Kconfig:11

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/x86/intel_quark/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config EOI_FORWARDING_BUG
    bool
    default "y" if X86 && SOC_QUARK_SE_C1000
    depends on X86 && SOC_QUARK_SE_C1000
    help
      Quark SE LOAPIC has issues with forwarding EOI to the IOAPIC for level
      triggered interrupts, this is a SW workaround.

(Definitions include propagated dependencies, including from if’s and menus.)