[EXPERIMENTAL] sched/hrtimer: add SYSTEM_TIME64 dependency

The hrtimer infrastructure only works with 64-bit system timers.
  Add a dependency on SYSTEM_TIME64 in the hrtimer Kconfig.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
wangchengdong
2026-01-07 11:21:31 +08:00
committed by GUIDINGLI
parent 6bffad62de
commit 96e8fce4de
+1
View File
@@ -2006,6 +2006,7 @@ config CUSTOM_SEMAPHORE_MAXVALUE
config HRTIMER
bool "High resolution timer support"
depends on SYSTEM_TIME64
default n
depends on SYSTEM_TIME64
---help---