From e161ad675af3abb914e5590456b49b59bcc39b59 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Fri, 31 Jan 2025 01:32:20 +0530 Subject: [PATCH] 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 --- modules/hostap/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index cb9aea4c9fe..4cee1087608 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -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