:orphan: .. title:: CONFIG_X2APIC .. kconfig:: CONFIG_X2APIC CONFIG_X2APIC ############# *Access local APIC in x2APIC mode* Type: ``bool`` Help ==== .. code-block:: none If your local APIC supports x2APIC mode, turn this on. Direct dependencies =================== \ :kconfig:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/interrupt_controller/Kconfig.loapic:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:50`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC .. code-block:: kconfig 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.)*