CONFIG_X2APIC
Access local APIC in x2APIC mode
Type: bool
Help
If your local APIC supports x2APIC mode, turn this on.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/interrupt_controller/Kconfig.loapic:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:28
→ <Zephyr>/drivers/interrupt_controller/Kconfig:50
Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC
config X2APIC
bool "Access local APIC in x2APIC mode"
depends on LOAPIC
help
If your local APIC supports x2APIC mode, turn this on.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)