Skip to content

Commit 2dfc08f

Browse files
57300jonathannilsen
authored andcommitted
mpsl: Enable on nRF54H20 EngB
Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent c471e4e commit 2dfc08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpsl/Kconfig

Lines changed: 2 additions & 2 deletions
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_NRF54H20_ENGB_CPURAD || SOC_SERIES_NRF54LX)
1515
help
1616
Use Nordic Multi Protocol Service Layer (MPSL) implementation,
1717
providing services for single and multi-protocol implementations.
@@ -32,7 +32,7 @@ config MPSL_LIB_DIR
3232
string
3333
default "nrf52" if SOC_SERIES_NRF52X
3434
default "nrf53" if SOC_NRF5340_CPUNET
35-
default "nrf54h" if SOC_NRF54H20_CPURAD
35+
default "nrf54h" if SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
3636
default "nrf54l_ns" if SOC_SERIES_NRF54LX && TRUSTED_EXECUTION_NONSECURE
3737
default "nrf54l" if SOC_SERIES_NRF54LX && !TRUSTED_EXECUTION_NONSECURE
3838
default "bsim_nrf52" if SOC_SERIES_BSIM_NRF52X

0 commit comments

Comments
 (0)