File tree 2 files changed +0
-17
lines changed
tests/drivers/nrfx_integration_test
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -148,17 +148,4 @@ config NRFX_ALL_DRIVERS
148
148
select NRFX_PRS_BOX_3
149
149
select NRFX_PRS_BOX_4
150
150
151
- config NRFX_AND_BT_LL_SOFTDEVICE
152
- bool "Test nrfx integration with SoftDevice BLE LL"
153
- select BT
154
-
155
- config NRFX_AND_BT_LL_SW_SPLIT
156
- bool "Test nrfx integration with Zephyr BLE LL"
157
- select BT
158
-
159
- choice BT_LL_CHOICE
160
- default BT_LL_SOFTDEVICE if NRFX_AND_BT_LL_SOFTDEVICE
161
- default BT_LL_SW_SPLIT if NRFX_AND_BT_LL_SW_SPLIT
162
- endchoice
163
-
164
151
source "Kconfig.zephyr"
Original file line number Diff line number Diff line change 37
37
- ci_build
38
38
- sysbuild
39
39
- ci_tests_drivers_nrfx_integration_test
40
- extra_configs :
41
- - CONFIG_NRFX_AND_BT_LL_SOFTDEVICE=y
42
40
platform_allow :
43
41
- nrf52840dk/nrf52840
44
42
- nrf5340dk/nrf5340/cpunet
54
52
- ci_build
55
53
- sysbuild
56
54
- ci_tests_drivers_nrfx_integration_test
57
- extra_configs :
58
- - CONFIG_NRFX_AND_BT_LL_SW_SPLIT=y
59
55
extra_args : SNIPPET="bt-ll-sw-split"
60
56
platform_allow :
61
57
- nrf52840dk/nrf52840
You can’t perform that action at this time.
0 commit comments