mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00: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:
parent
6bffad62de
commit
96e8fce4de
1 changed files with 1 additions and 0 deletions
|
|
@ -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---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue