Skip to content

Commit 50a7f3c

Browse files
committed
nrf_802154: Align to the new GPPI in nrfx 4.0
GPPI handles all PPI system and nrfx_ppi, nrfx_dppi, nrfx_ppib are now deprecated. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent ff5b4a1 commit 50a7f3c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

nrf_802154/zephyr/Kconfig.nrfxlib

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@ config NRF_802154_SL
7676
select DYNAMIC_INTERRUPTS
7777
select SENSOR if NRF_802154_TEMPERATURE_UPDATE
7878
select TEMP_NRF5_MPSL if NRF_802154_TEMPERATURE_UPDATE
79-
select NRFX_GPPI if SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF53X
80-
select NRFX_PPI if SOC_COMPATIBLE_NRF52X
81-
select NRFX_DPPI0 if SOC_COMPATIBLE_NRF53X || SOC_SERIES_NRF53X
82-
select NRFX_DPPI20 if SOC_SERIES_NRF54LX
83-
select NRFX_PPIB11 if SOC_SERIES_NRF54LX
84-
select NRFX_PPIB21 if SOC_SERIES_NRF54LX
79+
select NRFX_GPPI
8580
depends on !NRF_802154_SOURCE_HAL_NORDIC
8681
help
8782
Use of Nordic Semiconductor proprietary implementation of nRF 802.15.4 Service Layer.

0 commit comments

Comments
 (0)