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:
Krzysztof Chruscinski 2019-01-22 10:56:40 +01:00 committed by Anas Nashif
parent f81b225f6a
commit 5bfe8612a2

View file

@ -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"