Skip to content

Commit

Permalink
[nrf fromlist] modules: hostap: Disable advanced feature for nRF boards
Browse files Browse the repository at this point in the history
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.

Upstream PR #: 84940

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and anangl committed Jan 30, 2025
1 parent 40113d9 commit d282fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ endif # WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_DBG
# Memory optimizations
config WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
bool "Advanced features"
default y
default y if !SOC_FAMILY_NORDIC_NRF

if WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES

Expand Down

0 comments on commit d282fbb

Please sign in to comment.