@@ -227,7 +227,7 @@ config NRF_WIFI_FW_PATCH_DFU
227
227
# ==============================================================================
228
228
229
229
config NET_L2_OPENTHREAD
230
- default y if !WIFI_NRF700X
230
+ default y if !WIFI_NRF70
231
231
232
232
if NET_L2_OPENTHREAD
233
233
@@ -252,35 +252,35 @@ endif # NET_L2_OPENTHREAD
252
252
253
253
if CHIP_WIFI
254
254
255
- choice WPA_SUPP_LOG_LEVEL_CHOICE
256
- default WPA_SUPP_LOG_LEVEL_ERR
255
+ choice WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_CHOICE
256
+ default WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_ERR
257
257
endchoice
258
258
259
259
# it saves us 20kB of FLASH
260
- config WPA_SUPP_NO_DEBUG
260
+ config WIFI_NM_WPA_SUPPLICANT_NO_DEBUG
261
261
default y
262
262
263
- config NRF700X_LOG_VERBOSE
263
+ config NRF70_LOG_VERBOSE
264
264
default n
265
265
266
- choice WIFI_NRF700X_LOG_LEVEL_CHOICE
267
- default WIFI_NRF700X_LOG_LEVEL_OFF
266
+ choice WIFI_NRF70_LOG_LEVEL_CHOICE
267
+ default WIFI_NRF70_LOG_LEVEL_OFF
268
268
endchoice
269
269
270
270
config NRF_WIFI_LOW_POWER
271
271
default n
272
272
273
- config NRF700X_RX_NUM_BUFS
273
+ config NRF70_RX_NUM_BUFS
274
274
default 16
275
275
276
- config NRF700X_MAX_TX_TOKENS
276
+ config NRF70_MAX_TX_TOKENS
277
277
default 10
278
278
279
- config NRF700X_MAX_TX_AGGREGATION
279
+ config NRF70_MAX_TX_AGGREGATION
280
280
default 1
281
281
282
282
# it saves 25kB of FLASH
283
- config WPA_SUPP_ADVANCED_FEATURES
283
+ config WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
284
284
default n
285
285
286
286
endif # CHIP_WIFI
0 commit comments