Skip to content

Commit 45aba6a

Browse files
committed
tests: nrfx_integration_test: Adapt to upstream BT LL changes
Bluetooth LL is now selected via devicetree so remove the obsolete Kconfig stuff. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent d2fab38 commit 45aba6a

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

tests/drivers/nrfx_integration_test/Kconfig

-13
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,4 @@ config NRFX_ALL_DRIVERS
148148
select NRFX_PRS_BOX_3
149149
select NRFX_PRS_BOX_4
150150

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-
164151
source "Kconfig.zephyr"

tests/drivers/nrfx_integration_test/testcase.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ tests:
3737
- ci_build
3838
- sysbuild
3939
- ci_tests_drivers_nrfx_integration_test
40-
extra_configs:
41-
- CONFIG_NRFX_AND_BT_LL_SOFTDEVICE=y
4240
platform_allow:
4341
- nrf52840dk/nrf52840
4442
- nrf5340dk/nrf5340/cpunet
@@ -54,8 +52,6 @@ tests:
5452
- ci_build
5553
- sysbuild
5654
- ci_tests_drivers_nrfx_integration_test
57-
extra_configs:
58-
- CONFIG_NRFX_AND_BT_LL_SW_SPLIT=y
5955
extra_args: SNIPPET="bt-ll-sw-split"
6056
platform_allow:
6157
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)