mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
[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:
@@ -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---
|
||||
|
||||
Reference in New Issue
Block a user