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 ifs and menus.)

Default

  • y

Symbols that select this symbol

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.loapic:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/interrupt_controller/Kconfig:51

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

config IOAPIC
    bool "IO-APIC"
    default y
    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.

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