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