Skip to content

Commit

Permalink
mpsl: Fix build on babblesim
Browse files Browse the repository at this point in the history
ZERO_LATENCY_IRQS now has direct deps on cortex-m arch.

Signed-off-by: Jonathan Rico <[email protected]>
  • Loading branch information
jori-nordic committed Mar 5, 2024
1 parent b02a54c commit 48756f4
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 @@ -6,7 +6,7 @@

config MPSL
bool "Nordic Multi Protocol Service Layer (MPSL)"
select ZERO_LATENCY_IRQS
select ZERO_LATENCY_IRQS if !SOC_SERIES_BSIM_NRFXX
select IEEE802154_NRF5_EXT_IRQ_MGMT if IEEE802154_NRF5
select NRF_802154_MULTIPROTOCOL_SUPPORT if NRF_802154_RADIO_DRIVER
select MULTITHREADING_LOCK
Expand Down

0 comments on commit 48756f4

Please sign in to comment.