Skip to content

Commit

Permalink
mpsl: Enable on nRF54H20 EngB
Browse files Browse the repository at this point in the history
Just like on nRF54H20 EngC.

Signed-off-by: Grzegorz Swiderski <[email protected]>
  • Loading branch information
57300 authored and hakonfam committed Oct 29, 2024
1 parent 4baac51 commit 4d325f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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_CPURAD || SOC_SERIES_NRF54LX)
SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_SERIES_NRF54LX)
help
Use Nordic Multi Protocol Service Layer (MPSL) implementation,
providing services for single and multi-protocol implementations.
Expand All @@ -32,7 +32,7 @@ config MPSL_LIB_DIR
string
default "nrf52" if SOC_SERIES_NRF52X
default "nrf53" if SOC_NRF5340_CPUNET
default "nrf54h" if SOC_NRF54H20_CPURAD
default "nrf54h" if SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
default "nrf54l_ns" if SOC_SERIES_NRF54LX && TRUSTED_EXECUTION_NONSECURE
default "nrf54l" if SOC_SERIES_NRF54LX && !TRUSTED_EXECUTION_NONSECURE
default "bsim_nrf52" if SOC_SERIES_BSIM_NRF52X
Expand Down

0 comments on commit 4d325f7

Please sign in to comment.