Skip to content

nrf_802154: use dependency inv for user channels of nrf_rtc_timer #1169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions nrf_802154/zephyr/Kconfig.nrfxlib
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ config NRF_802154_SL_HPTIMER

endif # NRF_802154_SL

config NRF_RTC_TIMER_USER_CHAN_COUNT_ADD_NRF_802154_RADIO_DRIVER
int
default 2 if NRF_802154_SL && SOC_COMPATIBLE_NRF5340_CPUNET
default 3 if NRF_802154_SL
default 0
help
Additional requirements on nrf_rtc_timer user channels required by
the nRF 802.15.4 Radio Driver.

endif # NRF_802154_RADIO_DRIVER

orsource "../internal/Kconfig.nrfxlib"