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

LOAPIC

Type: bool

Help

This option selects local APIC as the interrupt controller.

Direct dependencies

X86

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/interrupt_controller/Kconfig:11

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

menuconfig LOAPIC
    bool
    prompt "LOAPIC" if X86
    depends on X86
    help
      This option selects local APIC as the interrupt controller.

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