modules: hostap: Disable advanced feature for nRF boards
nRF boards have a ROM crunch esp. with combined with Matter/networking features, as the advanced features are not essential for typical Wi-Fi operation, disable them by default. Individual samples can choose to enable it. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
16d0675dfd
commit
e161ad675a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ endif # WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_DBG
|
||||||
# Memory optimizations
|
# Memory optimizations
|
||||||
config WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
|
config WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
|
||||||
bool "Advanced features"
|
bool "Advanced features"
|
||||||
default y
|
default y if !SOC_FAMILY_NORDIC_NRF
|
||||||
|
|
||||||
if WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
|
if WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue