drivers: timer: Increase user channel count to 3 on nRF52

Increase the default user-allocable number of RTC channels to 3,
which is the numer of physical RTC CC channels not used by Zephyr
on nRF52 series SoCs.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2022-02-23 20:13:41 +01:00 committed by Marti Bolivar
commit c8e68f62e7

View file

@ -18,6 +18,7 @@ if NRF_RTC_TIMER
config NRF_RTC_TIMER_USER_CHAN_COUNT
int "Additional channels that can be used"
default 3 if SOC_SERIES_NRF52X
default 0
help
Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.