-
CONFIG_XUK_APIC_TSC_SHIFT
¶
Power-of-two divisor between TSC and APIC timer
Type: int
Help¶
Configures the precision of the APIC timer as a bit shift of the TSC frequency. High values “slow down” the tick rate of the APIC timer and allow for longer timeouts at the expense of precision.
Defaults¶
- 6
Kconfig definition¶
At arch/x86_64/Kconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu)
config XUK_APIC_TSC_SHIFT
int
prompt "Power-of-two divisor between TSC and APIC timer"
default 6
help
Configures the precision of the APIC timer as a bit shift of
the TSC frequency. High values "slow down" the tick rate of
the APIC timer and allow for longer timeouts at the expense
of precision.
(Definitions include propagated dependencies, including from if’s and menus.)