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