CONFIG_HPET_TIMER
HPET timer
Type: bool
Help
This option selects High Precision Event Timer (HPET) as a
system timer.
Default
y
Symbols selected by this symbol
Symbols implied by this symbol
Kconfig definitions
At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config HPET_TIMER
bool
default y
depends on BOARD_EHL_CRB || BOARD_EHL_CRB_SBL
At <Zephyr>/drivers/timer/Kconfig.hpet:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:65
Menu path: (Top) → Device Drivers → Timer Drivers
config HPET_TIMER
bool "HPET timer"
select IOAPIC if X86
select LOAPIC if X86
select TICKLESS_CAPABLE
select TIMER_HAS_64BIT_CYCLE_COUNTER
imply TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
help
This option selects High Precision Event Timer (HPET) as a
system timer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)