sched/hrtimer: Fix functional correctness issue.

This commit added dependency on CONFIG_SYSTEM_TIME64 for the hrtimer, sin
ce the hrtimer use `clock_compare` to compare 64-bit time.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
ouyangxiangzhen
2026-01-07 14:58:44 +08:00
committed by Xiang Xiao
parent 6bd9ef6992
commit 254df1721a
+1
View File
@@ -2007,5 +2007,6 @@ config CUSTOM_SEMAPHORE_MAXVALUE
config HRTIMER
bool "High resolution timer support"
default n
depends on SYSTEM_TIME64
---help---
Enable to support high resolution timer