:orphan: .. title:: LOAPIC .. option:: CONFIG_LOAPIC *LOAPIC* Type: ``bool`` Help ==== This option selects local APIC as the interrupt controller. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`HPET_TIMER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.loapic:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:51`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: menuconfig LOAPIC bool "LOAPIC" depends on \ :option:`X86 ` help This option selects local APIC as the interrupt controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*