:orphan: .. title:: CONFIG_IOAPIC .. kconfig:: CONFIG_IOAPIC CONFIG_IOAPIC ############# *IO-APIC* Type: ``bool`` Help ==== .. code-block:: none This option signifies that the target has an IO-APIC device. This capability allows IO-APIC-dependent code to be included. Direct dependencies =================== \ :kconfig:`LOAPIC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that select this symbol =============================== - \ :kconfig:`HPET_TIMER ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.loapic:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:50`` Menu path: (Top) → Device Drivers → Interrupt Controllers → LOAPIC .. code-block:: kconfig 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.)*