-
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¶
y if !
HPET_TIMERy if !
HPET_TIMER
Symbols selected by this symbol¶
Kconfig definitions¶
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)
config APIC_TIMER
bool
default y if !HPET_TIMER
depends on 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)
config APIC_TIMER
bool
default y if !HPET_TIMER
depends on 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
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.)