Skip to content

Commit e3ead81

Browse files
committed
nrf_802154: use dependency inv for user channels of nrf_rtc_timer
The nrf_rtc_timer allows dependency inversion. The nRF 802.15.4 Radio Driver now expresses an additive requirement on the number of user channels of nrf_rtc_timer by setting Kconfig option NRF_RTC_TIMER_USER_CHAN_COUNT_ADD_* Related sdk-zephyr PR, which introduces the feature to the nrf_rtc_timer: nrfconnect/sdk-zephyr#1461 Signed-off-by: Andrzej Kuros <[email protected]>
1 parent 6841616 commit e3ead81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nrf_802154/zephyr/Kconfig.nrfxlib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ config NRF_802154_SL_HPTIMER
5353

5454
endif # NRF_802154_SL
5555

56+
config NRF_RTC_TIMER_USER_CHAN_COUNT_ADD_NRF_802154_RADIO_DRIVER
57+
int
58+
default 2 if NRF_802154_SL && SOC_COMPATIBLE_NRF5340_CPUNET
59+
default 3 if NRF_802154_SL
60+
default 0
61+
help
62+
Additional requirements on nrf_rtc_timer user channels required by
63+
the nRF 802.15.4 Radio Driver.
64+
5665
endif # NRF_802154_RADIO_DRIVER
5766

5867
orsource "../internal/Kconfig.nrfxlib"

0 commit comments

Comments
 (0)