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

CONFIG_LOAPIC

LOAPIC

Type: bool

Help

This option selects local APIC as the interrupt controller.

Direct dependencies

X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/interrupt_controller/Kconfig.loapic:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:28drivers/interrupt_controller/Kconfig:50

Menu path: (Top) → Device Drivers → Interrupt Controllers

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)