Skip to content

Commit e161ad6

Browse files
krish2718kartben
authored andcommitted
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 <[email protected]>
1 parent 16d0675 commit e161ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ endif # WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_DBG
8585
# Memory optimizations
8686
config WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
8787
bool "Advanced features"
88-
default y
88+
default y if !SOC_FAMILY_NORDIC_NRF
8989

9090
if WIFI_NM_WPA_SUPPLICANT_ADVANCED_FEATURES
9191

0 commit comments

Comments
 (0)