From d282fbbe9a7128fd473496f6f0f572f11d176664 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Fri, 31 Jan 2025 01:32:20 +0530 Subject: [PATCH] [nrf fromlist] 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. Upstream PR #: 84940 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 f4eee4373e1..74c80256b16 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