Skip to content

Commit a206ab0

Browse files
MaochenWang1carlescufi
authored andcommitted
drivers: wifi: nxp: add Kconfig to enable Wi-Fi features
Add some default Wi-Fi Kconfig for NXP driver. Signed-off-by: Maochen Wang <[email protected]>
1 parent 4a4d955 commit a206ab0

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,44 @@ config NXP_WIFI_WMM
567567
help
568568
This option enables the use of 802.11 WMM support.
569569

570+
config NXP_WIFI_SET_SU
571+
bool "Single User Support"
572+
default y
573+
depends on NXP_WIFI_11AX
574+
help
575+
This option enables the use of single user support.
576+
577+
config NXP_WIFI_MULTI_BSSID_SUPPORT
578+
bool "Multiple BSSID Support"
579+
default y
580+
depends on NXP_WIFI_11AX
581+
help
582+
This option enables the use of multiple BSSID support.
583+
584+
config NXP_WIFI_FRAG_THRESHOLD
585+
bool "Set Fragment Threshold Support"
586+
default y
587+
help
588+
This option enables the set of fragment threshold support.
589+
590+
config NXP_WIFI_FORCE_RTS
591+
bool "Force RTS Support"
592+
default y
593+
help
594+
This option enables the set of force RTS support.
595+
596+
config NXP_WIFI_TX_AMPDU_PROT_MODE
597+
bool "TX AMPDU Protection Mode Support"
598+
default y
599+
help
600+
This option enables TX AMPDU protection mode support.
601+
602+
config NXP_WIFI_EXTERNAL_COEX_PTA
603+
bool "External COEX PTA Support"
604+
default y
605+
help
606+
This option enables the use of external coex PTA support.
607+
570608
config NXP_WIFI_TURBO_MODE
571609
bool "Turbo Mode"
572610
default y
@@ -641,8 +679,9 @@ config NXP_WIFI_RECOVERY
641679

642680
if NXP_RW610
643681

644-
config FW_VDLLV2
682+
config NXP_WIFI_FW_VDLLV2
645683
bool "Firmware virtual dynamic link library version 2"
684+
default y
646685
help
647686
This option is to load some firmware features in run-time.
648687

0 commit comments

Comments
 (0)