:orphan: .. title:: APIC_TIMER .. option:: CONFIG_APIC_TIMER *New local APIC timer* Type: ``bool`` Help ==== Use the x86 local APIC as the system time source. Direct dependencies =================== \ :option:`SOC_APOLLO_LAKE ` || \ :option:`SOC_ELKHART_LAKE ` || (\ :option:`X86 ` && \ :option:`LOAPIC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if !\ :option:`HPET_TIMER ` - y if !\ :option:`HPET_TIMER ` Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/apollo_lake/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config APIC_TIMER bool default y if !\ :option:`HPET_TIMER ` depends on \ :option:`SOC_APOLLO_LAKE ` ---- At ``soc/x86/elkhart_lake/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config APIC_TIMER bool default y if !\ :option:`HPET_TIMER ` depends on \ :option:`SOC_ELKHART_LAKE ` ---- At ``drivers/timer/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: menuconfig APIC_TIMER bool "New local APIC timer" select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`X86 ` && \ :option:`LOAPIC ` help Use the x86 local APIC as the system time source. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*