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>
This commit is contained in:
parent
0bf39e8213
commit
089c4613ba
@ -8,6 +8,7 @@ config MCUX_OS_TIMER
|
||||
default y
|
||||
depends on DT_HAS_NXP_OS_TIMER_ENABLED
|
||||
select TICKLESS_CAPABLE
|
||||
select TIMER_HAS_64BIT_CYCLE_COUNTER
|
||||
help
|
||||
This module implements a kernel device driver for the NXP OS
|
||||
event timer and provides the standard "system clock driver" interfaces.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user