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

IO-APIC

Type: bool

Help

This option signifies that the target has an IO-APIC device. This capability allows IO-APIC-dependent code to be included.

Direct dependencies

LOAPIC

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

Defaults

Symbols that select this symbol

Kconfig definition

At drivers/interrupt_controller/Kconfig:45

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

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

config IOAPIC
    bool
    prompt "IO-APIC" if LOAPIC
    default "y" if LOAPIC
    depends on LOAPIC
    help
      This option signifies that the target has an IO-APIC device. This
      capability allows IO-APIC-dependent code to be included.

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