Skip to content

Commit

Permalink
nrf_802154: only select ZERO_LATENCY_IRQS for HW targets
Browse files Browse the repository at this point in the history
The option is only supported on ARM architectures and causes Kconfig
build errors when selected for POSIX architecture. Do not select it when
building for simulated targets.

Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
  • Loading branch information
Jędrzej Ciupis authored and gmarull committed Apr 30, 2024
1 parent 581bb27 commit fdf6117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf_802154/zephyr/Kconfig.nrfxlib
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ choice NRF_802154_SL_TYPE
config NRF_802154_SL
bool "Nordic proprietary nRF 802.15.4 Service Layer."
select MPSL
select ZERO_LATENCY_IRQS
select ZERO_LATENCY_IRQS if !SOC_SERIES_BSIM_NRFXX
select DYNAMIC_INTERRUPTS
select SENSOR if NRF_802154_TEMPERATURE_UPDATE
select TEMP_NRF5_MPSL if NRF_802154_TEMPERATURE_UPDATE
Expand Down

0 comments on commit fdf6117

Please sign in to comment.