Skip to content

Commit 6277386

Browse files
teburdcarlescufi
authored andcommitted
timer: cAVS cycle count is lock free
Select the Kconfig option noting that the cavs (intel adsp) timer driver provides a lock free cycle count accessor and therefore can be used with a spin lock time limit assert. Signed-off-by: Tom Burdick <[email protected]>
1 parent 872e355 commit 6277386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/timer/Kconfig.cavs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ config INTEL_ADSP_TIMER
1919
select CAVS_TIMER
2020
select TICKLESS_CAPABLE
2121
select TIMER_HAS_64BIT_CYCLE_COUNTER
22+
select SYSTEM_CLOCK_LOCK_FREE_COUNT
2223
help
2324
The DSP wall clock timer is a timer driven directly by
2425
external oscillator and is external to the CPU core(s).

0 commit comments

Comments
 (0)