From c548c1be1efd639ea4b580022ad4bb5e076c1c7b Mon Sep 17 00:00:00 2001 From: Tom Burdick Date: Tue, 1 Nov 2022 08:35:18 -0500 Subject: [PATCH] timer: Revert "timer: HPET is also a lock free readable timer" This seems to have caused CI failures and its unclear why just yet so revert instead. This reverts commit cbee9e9fdd8060d0ca4e91037b3f99f631e4b1a5. Signed-off-by: Tom Burdick --- drivers/timer/Kconfig.hpet | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/timer/Kconfig.hpet b/drivers/timer/Kconfig.hpet index 8850794f043..c83af2b4615 100644 --- a/drivers/timer/Kconfig.hpet +++ b/drivers/timer/Kconfig.hpet @@ -12,7 +12,6 @@ config HPET_TIMER imply TIMER_READS_ITS_FREQUENCY_AT_RUNTIME select TICKLESS_CAPABLE select TIMER_HAS_64BIT_CYCLE_COUNTER - select SYSTEM_CLOCK_LOCK_FREE_COUNT help This option selects High Precision Event Timer (HPET) as a system timer.