Skip to content

Commit 2016f05

Browse files
Qingling-Wukartben
authored andcommitted
drivers: nxp: wifi: Enable 11AX density config by default for IW610
Enable NXP_WIFI_MMSF by default for IW610 Signed-off-by: Qingling Wu <qingling.wu@nxp.com>
1 parent c1229e3 commit 2016f05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,12 @@ config NXP_WIFI_RECOVERY
830830
help
831831
This option is used to enable wifi recovery support.
832832

833+
config NXP_WIFI_MMSF
834+
bool "11AX density config"
835+
default y if NXP_RW610 || NXP_IW610
836+
help
837+
This option is used to specify/get 11ax density config in the Wi-Fi driver.
838+
833839
if NXP_RW610
834840

835841
config NXP_WIFI_FW_VDLLV2
@@ -900,12 +906,6 @@ config NXP_WIFI_COEX_DUTY_CYCLE
900906
help
901907
This option sets duty cycle in the Wi-Fi driver.
902908

903-
config NXP_WIFI_MMSF
904-
bool "11AX density config"
905-
default y
906-
help
907-
This option is used to specify/get 11ax density config in the Wi-Fi driver.
908-
909909
config NXP_WIFI_IMD3_CFG
910910
bool "Set imd validation parameters"
911911
default y

0 commit comments

Comments
 (0)