From 2016f05860c457b428a6c18eedd0806e40a4a431 Mon Sep 17 00:00:00 2001 From: Qingling Wu Date: Thu, 5 Jun 2025 19:06:48 -0700 Subject: [PATCH] drivers: nxp: wifi: Enable 11AX density config by default for IW610 Enable NXP_WIFI_MMSF by default for IW610 Signed-off-by: Qingling Wu --- drivers/wifi/nxp/Kconfig.nxp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/wifi/nxp/Kconfig.nxp b/drivers/wifi/nxp/Kconfig.nxp index 28e7a521b6a..f0de7d035f9 100644 --- a/drivers/wifi/nxp/Kconfig.nxp +++ b/drivers/wifi/nxp/Kconfig.nxp @@ -830,6 +830,12 @@ config NXP_WIFI_RECOVERY help This option is used to enable wifi recovery support. +config NXP_WIFI_MMSF + bool "11AX density config" + default y if NXP_RW610 || NXP_IW610 + help + This option is used to specify/get 11ax density config in the Wi-Fi driver. + if NXP_RW610 config NXP_WIFI_FW_VDLLV2 @@ -900,12 +906,6 @@ config NXP_WIFI_COEX_DUTY_CYCLE help This option sets duty cycle in the Wi-Fi driver. -config NXP_WIFI_MMSF - bool "11AX density config" - default y - help - This option is used to specify/get 11ax density config in the Wi-Fi driver. - config NXP_WIFI_IMD3_CFG bool "Set imd validation parameters" default y