Skip to content

Commit f68eb7d

Browse files
magp-nordicmasz-nordic
authored andcommitted
tests: drivers: nrfx_integration_test: remove selecting PRS BOX > 0
Remove selecting PRS BOX other than PRS_BOX_0, as it now causes compilation errors due to not checking if `NRFX_PRS_BOX_*_ADDR` is defined in nrfx driver. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent bda527b commit f68eb7d

File tree

1 file changed

+0
-4
lines changed
  • tests/drivers/nrfx_integration_test

1 file changed

+0
-4
lines changed

tests/drivers/nrfx_integration_test/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,5 @@ config NRFX_ALL_DRIVERS
142142
select NRFX_WDT31 if HAS_HW_NRF_WDT31
143143
select NRFX_WDT130 if HAS_HW_NRF_WDT130
144144
select NRFX_PRS_BOX_0
145-
select NRFX_PRS_BOX_1
146-
select NRFX_PRS_BOX_2
147-
select NRFX_PRS_BOX_3
148-
select NRFX_PRS_BOX_4
149145

150146
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)