Skip to content

Commit

Permalink
tests: nrfx_integration_test: Adapt to upstream BT LL changes
Browse files Browse the repository at this point in the history
Bluetooth LL is now selected via devicetree so remove the obsolete
Kconfig stuff.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Jan 11, 2025
1 parent d2fab38 commit 45aba6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
13 changes: 0 additions & 13 deletions tests/drivers/nrfx_integration_test/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,4 @@ config NRFX_ALL_DRIVERS
select NRFX_PRS_BOX_3
select NRFX_PRS_BOX_4

config NRFX_AND_BT_LL_SOFTDEVICE
bool "Test nrfx integration with SoftDevice BLE LL"
select BT

config NRFX_AND_BT_LL_SW_SPLIT
bool "Test nrfx integration with Zephyr BLE LL"
select BT

choice BT_LL_CHOICE
default BT_LL_SOFTDEVICE if NRFX_AND_BT_LL_SOFTDEVICE
default BT_LL_SW_SPLIT if NRFX_AND_BT_LL_SW_SPLIT
endchoice

source "Kconfig.zephyr"
4 changes: 0 additions & 4 deletions tests/drivers/nrfx_integration_test/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ tests:
- ci_build
- sysbuild
- ci_tests_drivers_nrfx_integration_test
extra_configs:
- CONFIG_NRFX_AND_BT_LL_SOFTDEVICE=y
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpunet
Expand All @@ -54,8 +52,6 @@ tests:
- ci_build
- sysbuild
- ci_tests_drivers_nrfx_integration_test
extra_configs:
- CONFIG_NRFX_AND_BT_LL_SW_SPLIT=y
extra_args: SNIPPET="bt-ll-sw-split"
platform_allow:
- nrf52840dk/nrf52840
Expand Down

0 comments on commit 45aba6a

Please sign in to comment.