CONFIG_IOAPIC_DEBUG

IO-APIC Debugging

Type: bool

Help

Enable debugging for IO-APIC driver.

Direct dependencies

IOAPIC

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/interrupt_controller/Kconfig:56

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

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

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

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