Skip to content

Commit a283cbc

Browse files
committed
Revert "[nrf noup] hal_nordic: Fix reserved PPI faulty logic"
This reverts commit 84f9753. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 7e697fe commit a283cbc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ menu "nrfx drivers"
99

1010
rsource "Kconfig.logging"
1111

12-
config MPSL
13-
bool
14-
# Dummy kconfig to allow compiling outside of NCS
15-
1612
config NRFX_ADC
1713
bool "ADC driver"
1814
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_ADC))

modules/hal_nordic/nrfx/nrfx_glue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)