Skip to content

Commit 02b93e4

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 352ea3d commit 02b93e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nrf_802154/zephyr/Kconfig.nrfxlib

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

5454
endif # NRF_802154_SL
5555

56+
config CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT_ADD_NRF_802154_RADIO_DRIVER
57+
int
58+
default 2 if NRF_802154_SL
59+
default 0
60+
help
61+
Additional requirements on nrf_rtc_timer user channels required by
62+
the nRF 802.15.4 Radio Driver.
63+
5664
endif # NRF_802154_RADIO_DRIVER
5765

5866
orsource "../internal/Kconfig.nrfxlib"

0 commit comments

Comments
 (0)