CONFIG_APIC_TIMER

New local APIC timer

Type: bool

Help

Use the x86 local APIC as the system time source.

Direct dependencies

SOC_APOLLO_LAKE || SOC_ELKHART_LAKE || (X86 && LOAPIC)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/x86/apollo_lake/Kconfig.defconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:19<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config APIC_TIMER
    bool
    default y if !HPET_TIMER
    depends on SOC_APOLLO_LAKE

At <Zephyr>/soc/x86/elkhart_lake/Kconfig.defconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:19<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config APIC_TIMER
    bool
    default y if !HPET_TIMER
    depends on SOC_ELKHART_LAKE

At <Zephyr>/drivers/timer/Kconfig:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28

Menu path: (Top) → Device Drivers → Timer Drivers

menuconfig APIC_TIMER
    bool "New local APIC timer"
    select TICKLESS_CAPABLE
    depends on X86 && LOAPIC
    help
      Use the x86 local APIC as the system time source.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)