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 selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/interrupt_controller/Kconfig:11

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

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

config LOAPIC
    bool
    prompt "LOAPIC" if X86
    select IOAPIC 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.)