File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ menu "nrfx drivers"
99
1010rsource "Kconfig.logging"
1111
12- config MPSL
13- bool
14- # Dummy kconfig to allow compiling outside of NCS
15-
1612config NRFX_ADC
1713 bool "ADC driver"
1814 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_ADC))
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ void nrfx_busy_wait(uint32_t usec_to_wait);
388388#define NRFX_PPI_GROUPS_USED_BY_802154_DRV 0
389389#endif // CONFIG_NRF_802154_RADIO_DRIVER
390390
391- #if defined(CONFIG_MPSL )
391+ #if defined(CONFIG_NRF_802154_RADIO_DRIVER ) && !defined( CONFIG_NRF_802154_SL_OPENSOURCE )
392392#include <mpsl.h>
393393#define NRFX_PPI_CHANNELS_USED_BY_MPSL MPSL_RESERVED_PPI_CHANNELS
394394#define NRFX_PPI_GROUPS_USED_BY_MPSL 0
You can’t perform that action at this time.
0 commit comments