drivers: timer: Increase default user-allocable channel count to 3

Increase the default user-allocable number of RTC channels to meet
the nrf_802154 driver requirements.

Signed-off-by: Adam Zelik <adam.zelik@nordicsemi.no>
This commit is contained in:
Adam Zelik 2022-08-11 12:34:48 +02:00 committed by Carles Cufí
commit d0bb17ab37
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -148,6 +148,7 @@ config NRF53_SYNC_RTC_INIT_PRIORITY
nRF53 Synchronized RTC initialization priority.
config NRF_RTC_TIMER_USER_CHAN_COUNT
default 3 if NRF_802154_RADIO_DRIVER
default 1
config NRF53_SYNC_RTC_LOG_TIMESTAMP