CONFIG_APIC_TIMER
New local APIC timer
Type: bool
Help
Use the x86 local APIC in one-shot mode as the system time
source. NOTE: this probably isn't what you want except on
older or idiosyncratic hardware (or environments like qemu
without complete APIC emulation). Modern hardware will work
better with CONFIG_APIC_TSC_DEADLINE_TIMER.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/timer/Kconfig.apic:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:58
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 in one-shot mode as the system time
source. NOTE: this probably isn't what you want except on
older or idiosyncratic hardware (or environments like qemu
without complete APIC emulation). Modern hardware will work
better with CONFIG_APIC_TSC_DEADLINE_TIMER.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)