-
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
&& X86
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
X86
&&SOC_QUARK_SE_C1000
&&X86
Kconfig definition¶
At arch/x86/soc/intel_quark/quark_se/Kconfig:11
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:21
→ arch/x86/soc/intel_quark/Kconfig:18
Menu path: (top menu) → X86 Architecture Options
config EOI_FORWARDING_BUG bool default "y" ifX86
&&SOC_QUARK_SE_C1000
&&X86
depends onX86
&&SOC_QUARK_SE_C1000
&&X86
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.)