Skip to content

Commit 9797c9b

Browse files
nordicjmrlubos
authored andcommitted
sysbuild: kconfig: Remove usage of enable in prompts
This text is completely superfluous and should not have been added Signed-off-by: Jamie McCrae <[email protected]>
1 parent c373391 commit 9797c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sysbuild/Kconfig.wifi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ choice WIFI_NRF70_OPER_MODES
1616
Select the operating mode of the nRF700x driver
1717

1818
config WIFI_NRF70_SYSTEM_MODE
19-
bool "Enable nRF70 system mode"
19+
bool "nRF70 system mode"
2020
help
2121
Select this option to enable system mode of the nRF700x driver
2222

2323
config WIFI_NRF70_SCAN_ONLY
24-
bool "Enable nRF70 scan only mode"
24+
bool "nRF70 scan only mode"
2525
help
2626
Select this option to enable scan only mode of the nRF700x driver
2727

@@ -36,7 +36,7 @@ endchoice
3636
if WIFI_NRF70_SYSTEM_MODE
3737

3838
config WIFI_NRF70_SYSTEM_WITH_RAW_MODES
39-
bool "Enable nRF70 system with raw modes"
39+
bool "nRF70 system with raw modes"
4040
help
4141
Select this option to enable nRF700x driver with raw modes
4242
endif

0 commit comments

Comments
 (0)