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

IO-APIC Debugging

Type: bool

Help

Enable debugging for IO-APIC driver.

Direct dependencies

IOAPIC && LOAPIC

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig:52

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

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

config IOAPIC_DEBUG
    bool
    prompt "IO-APIC Debugging" if IOAPIC && LOAPIC
    depends on IOAPIC && LOAPIC
    help
      Enable debugging for IO-APIC driver.

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