Skip to content

Commit a3e5faa

Browse files
alexstanoev-nordicnordicjm
authored andcommitted
mpsl: Add support for nRF71-series devices
Add support and configure library path for SOC_SERIES_NRF71X devices. Signed-off-by: Aleksandar Stanoev <[email protected]>
1 parent 72d3c0f commit a3e5faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mpsl/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config MPSL
1111
select NRF_802154_MULTIPROTOCOL_SUPPORT if NRF_802154_RADIO_DRIVER
1212
select MULTITHREADING_LOCK
1313
depends on (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET ||\
14-
SOC_NRF54H20_CPURAD || SOC_SERIES_NRF54LX)
14+
SOC_NRF54H20_CPURAD || SOC_SERIES_NRF54LX || SOC_SERIES_NRF71X)
1515
help
1616
Use Nordic Multi Protocol Service Layer (MPSL) implementation,
1717
providing services for single and multi-protocol implementations.
@@ -35,6 +35,7 @@ config MPSL_LIB_DIR
3535
default "nrf54h" if SOC_NRF54H20_CPURAD
3636
default "nrf54l_ns" if SOC_SERIES_NRF54LX && TRUSTED_EXECUTION_NONSECURE
3737
default "nrf54l" if SOC_SERIES_NRF54LX && !TRUSTED_EXECUTION_NONSECURE
38+
default "nrf71" if SOC_SERIES_NRF71X
3839
default "bsim_nrf52" if SOC_SERIES_BSIM_NRF52X
3940
default "bsim_nrf53" if SOC_SERIES_BSIM_NRF53X
4041
default "bsim_nrf54l" if SOC_SERIES_BSIM_NRF54LX

0 commit comments

Comments
 (0)