Skip to content

Commit 99fd4a5

Browse files
kapbhnordicjm
authored andcommitted
samples: wifi: Remove redundant default bool values
Boolean Kconfig options default to 'n' when no default value is specified. Remove redundant 'default n' declarations to improve code clarity and follow Kconfig best practices. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 23c65d9 commit 99fd4a5

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

samples/wifi/ble_coex/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ config WIFI_THREAD_PRIORITY
6060

6161
config WIFI_ZPERF_SERVER
6262
bool "Zperf role: server or client"
63-
default n
6463

6564
config WIFI_ZPERF_PROT_UDP
6665
bool "UDP or TCP"

samples/wifi/ble_coex/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ CONFIG_NET_CONFIG_MY_IPV4_GW="192.168.1.1"
8282
CONFIG_WIFI_ZPERF_PROT_UDP=y
8383
CONFIG_WIFI_ZPERF_PKT_SIZE=1024
8484
CONFIG_WIFI_ZPERF_RATE=10000
85-
CONFIG_WIFI_ZPERF_SERVER=n
8685

8786
CONFIG_BT_DEVICE_NAME="Nordic_Throughput"
8887
CONFIG_BT=y

samples/wifi/provisioning/internal/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ config WIFI_PROV_PASSWORD
8787

8888
config WIFI_PROV_VOLATILE_MEMORY
8989
bool "Use volatile memory"
90-
default n
9190
help
9291
Store WiFi configuration in volatile memory.
9392
If disabled, configuration is stored persistently.
@@ -102,7 +101,6 @@ config WIFI_PROV_SCAN_BAND
102101

103102
config WIFI_PROV_SCAN_PASSIVE
104103
bool "Passive scan mode"
105-
default n
106104
help
107105
Enable passive scanning mode.
108106
If disabled, active scanning is used.

samples/wifi/raw_tx_packet/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ config RAW_TX_PKT_SAMPLE_DHCP_TIMEOUT_S
1818

1919
config RAW_TX_PKT_SAMPLE_STA_ONLY_MODE
2020
bool "Set Wi-Fi Station mode"
21-
default n
2221
help
2322
Set the device operating mode as Station mode.
2423

samples/wifi/thread_coex/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ config WIFI_THREAD_PRIORITY
2626

2727
config WIFI_ZPERF_SERVER
2828
bool "Zperf role: server or client"
29-
default n
3029

3130
config WIFI_ZPERF_PROT_UDP
3231
bool "UDP or TCP"

0 commit comments

Comments
 (0)