Skip to content

Commit af9c044

Browse files
tgcfossabhinavnxp
authored andcommitted
driver: timer: enable 64 bit cycle counter for MCUX_OS_TIMER
Selects TIMER_HAS_64BIT_CYCLE_COUNTER as an dependency for MCUX_OS_TIMER This already is supported in the timer implementation in drivers/timer/mcux_os_timer.c Signed-off-by: Tomas Groth Christensen <tgc@foss.dk>
1 parent 25830ab commit af9c044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/timer/Kconfig.mcux_os

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config MCUX_OS_TIMER
88
default y
99
depends on DT_HAS_NXP_OS_TIMER_ENABLED
1010
select TICKLESS_CAPABLE
11+
select TIMER_HAS_64BIT_CYCLE_COUNTER
1112
help
1213
This module implements a kernel device driver for the NXP OS
1314
event timer and provides the standard "system clock driver" interfaces.

0 commit comments

Comments
 (0)