:orphan: .. title:: IOAPIC .. option:: 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 =================== \ :option:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that select this symbol =============================== - \ :option:`HPET_TIMER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.loapic:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:51`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC .. parsed-literal:: config IOAPIC bool "IO-APIC" default y depends on \ :option:`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.)*