Skip to content

Commit 2e78b34

Browse files
VivekUppundanordicjm
authored andcommitted
sysbuild: Move raw mode to be a subset of system mode
Wi-Fi raw mode operation is now a subset of system mode operation. bring the raw mode out of Wi-Fi choice and bring it under the ambit of system mode setting. Signed-off-by: Vivekananda Uppunda <[email protected]>
1 parent 6be8d15 commit 2e78b34

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sysbuild/Kconfig.wifi

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ config WIFI_NRF70_OFFLOADED_RAW_TX
3131
config WIFI_NRF70_RADIO_TEST
3232
bool "Radio test mode of the nRF700x driver"
3333

34+
endchoice
35+
36+
if WIFI_NRF70_SYSTEM_MODE
37+
3438
config WIFI_NRF70_SYSTEM_WITH_RAW_MODES
35-
bool "Enable nRF70 system mode with raw modes"
39+
bool "Enable nRF70 system with raw modes"
3640
help
37-
Select this option to enable system mode of the nRF700x driver with raw modes
38-
39-
endchoice
41+
Select this option to enable nRF700x driver with raw modes
42+
endif
4043

4144
choice WIFI_PATCHES_EXT_FLASH_SUPPORT
4245
bool "nRF700x FW patch location"

0 commit comments

Comments
 (0)