drivers: timer: Fix broken dependency for nrf_rtc_timer
nrf_rtc_timer was selecting counter RTC1 instance even though it is not using counter API at all. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
f81b225f6a
commit
5bfe8612a2
|
@ -113,7 +113,6 @@ config NRF_RTC_TIMER
|
|||
default y
|
||||
depends on CLOCK_CONTROL_NRF
|
||||
select TICKLESS_CAPABLE
|
||||
select COUNTER_RTC1
|
||||
help
|
||||
This module implements a kernel device driver for the nRF Real Time
|
||||
Counter NRF_RTC1 and provides the standard "system clock driver"
|
||||
|
|
Loading…
Reference in a new issue