:orphan: .. title:: X2APIC .. option:: CONFIG_X2APIC *Access local APIC in x2APIC mode* Type: ``bool`` Help ==== If your local APIC supports x2APIC mode, turn this on. Direct dependencies =================== \ :option:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.loapic:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:51`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC .. parsed-literal:: config X2APIC bool "Access local APIC in x2APIC mode" depends on \ :option:`LOAPIC ` help If your local APIC supports x2APIC mode, turn this on. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*