drivers: timer: nrf_rtc_timer: Add guard against conflict
Add missing guard which prevents use of nrf_rtc_timer on the same RTC instance (RTC1) as counter driver instance. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
a5865949d9
commit
e0082eded7
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ config NRF_RTC_TIMER
|
|||
depends on CLOCK_CONTROL
|
||||
depends on SOC_COMPATIBLE_NRF
|
||||
select TICKLESS_CAPABLE
|
||||
depends on !$(dt_nodelabel_enabled,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…
Add table
Add a link
Reference in a new issue