From a1b63e65f96826e1f3f3dc106ec3139f0345c7fa Mon Sep 17 00:00:00 2001 From: "Bansidhar P.M" Date: Tue, 3 Dec 2024 22:44:46 +0530 Subject: [PATCH] samples: wifi: radio_test: Disable combo build by default Default build should be wi-fi radio test and the wifi and ble combo build should be enabled via sysbuild Kconfig symbol. Signed-off-by: Bansidhar P.M --- samples/wifi/radio_test/Kconfig.sysbuild | 3 +-- samples/wifi/radio_test/sample.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/samples/wifi/radio_test/Kconfig.sysbuild b/samples/wifi/radio_test/Kconfig.sysbuild index 598cabd66662..6e481f834bd6 100644 --- a/samples/wifi/radio_test/Kconfig.sysbuild +++ b/samples/wifi/radio_test/Kconfig.sysbuild @@ -8,8 +8,7 @@ menu "Network core configuration" depends on SUPPORT_NETCORE config SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST - bool - default y + bool "wi-fi ble radio test combo build" choice NETCORE prompt "Netcore image" diff --git a/samples/wifi/radio_test/sample.yaml b/samples/wifi/radio_test/sample.yaml index e7dbc2f90b99..19539a8ca86e 100644 --- a/samples/wifi/radio_test/sample.yaml +++ b/samples/wifi/radio_test/sample.yaml @@ -21,7 +21,7 @@ tests: sample.nrf7002.radio_test_combo: sysbuild: true build_only: true - extra_args: CONFIG_NRF70_RADIO_TEST_COMBO=y + extra_args: SB_CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST=y integration_platforms: - nrf7002dk/nrf5340/cpuapp platform_allow: nrf7002dk/nrf5340/cpuapp @@ -29,7 +29,7 @@ tests: sample.nrf5340.radio_test_combo: sysbuild: true build_only: true - extra_args: SHIELD=nrf7002ek CONFIG_NRF70_RADIO_TEST_COMBO=y + extra_args: SHIELD=nrf7002ek SB_CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST=y integration_platforms: - nrf5340dk/nrf5340/cpuapp platform_allow: nrf5340dk/nrf5340/cpuapp