Skip to content

Commit

Permalink
mpsl: Kconfig: Replace nRF54H20 PDK with DK
Browse files Browse the repository at this point in the history
nRF54H20 PDK is superseded by nRF54H20 DK and will no longer be
supported, so instead of the SOC_NRF54H20_ENGA_CPURAD option that
no longer exists, SOC_NRF54H20_CPURAD needs to be used.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Mar 18, 2024
1 parent 9570844 commit 5350234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config MPSL
select NRF_802154_MULTIPROTOCOL_SUPPORT if NRF_802154_RADIO_DRIVER
select MULTITHREADING_LOCK
depends on (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET ||\
SOC_NRF54H20_ENGA_CPURAD || SOC_SERIES_NRF54LX)
SOC_NRF54H20_CPURAD || SOC_SERIES_NRF54LX)
help
Use Nordic Multi Protocol Service Layer (MPSL) implementation,
providing services for single and multi-protocol implementations.
Expand Down

0 comments on commit 5350234

Please sign in to comment.