Skip to content

Commit a2e661f

Browse files
committed
samples: wifi: radio_test: Disable combo build by default
Default build should be Wi-Fi radio test and the Wi-Fi and ble combo build should be enabled via sysbuild Kconfig symbol. Signed-off-by: Bansidhar P.M <[email protected]>
1 parent 7409ac9 commit a2e661f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

samples/wifi/radio_test/Kconfig.sysbuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ menu "Network core configuration"
88
depends on SUPPORT_NETCORE
99

1010
config SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST
11-
bool
12-
default y
11+
bool "wi-fi ble radio test combo build"
1312

1413
choice NETCORE
1514
prompt "Netcore image"

samples/wifi/radio_test/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ tests:
2121
sample.nrf7002.radio_test_combo:
2222
sysbuild: true
2323
build_only: true
24-
extra_args: CONFIG_NRF70_RADIO_TEST_COMBO=y
24+
extra_args: SB_CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST=y
2525
integration_platforms:
2626
- nrf7002dk/nrf5340/cpuapp
2727
platform_allow: nrf7002dk/nrf5340/cpuapp
2828
tags: ci_build sysbuild ci_samples_wifi
2929
sample.nrf5340.radio_test_combo:
3030
sysbuild: true
3131
build_only: true
32-
extra_args: SHIELD=nrf7002ek CONFIG_NRF70_RADIO_TEST_COMBO=y
32+
extra_args: SHIELD=nrf7002ek SB_CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST=y
3333
integration_platforms:
3434
- nrf5340dk/nrf5340/cpuapp
3535
platform_allow: nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)