xref: /wlan-driver/qcacld-3.0/configs/kiwi_defconfig (revision 5113495b16420b49004c444715d2daae2066e7dc)
1*5113495bSYour NameCONFIG_CNSS_KIWI := y
2*5113495bSYour Name
3*5113495bSYour Nameinclude $(WLAN_ROOT)/configs/default_defconfig
4*5113495bSYour Name
5*5113495bSYour Name#Enable 11BE EHT
6*5113495bSYour NameCONFIG_WLAN_FEATURE_11BE := y
7*5113495bSYour Name
8*5113495bSYour Name# Enable EHT rate sysfs entry
9*5113495bSYour Nameifeq ($(CONFIG_WLAN_SYSFS), y)
10*5113495bSYour NameCONFIG_WLAN_SYSFS_EHT_RATE := y
11*5113495bSYour Nameendif
12*5113495bSYour Name
13*5113495bSYour Name# Max Sta Vdev Config
14*5113495bSYour NameCONFIG_CFG_MAX_STA_VDEVS := 4
15*5113495bSYour Name
16*5113495bSYour Name#Enable 11BE MLO
17*5113495bSYour NameCONFIG_WLAN_FEATURE_11BE_MLO := y
18*5113495bSYour Name
19*5113495bSYour Name#BMISS offload max vdev config
20*5113495bSYour NameCONFIG_CFG_BMISS_OFFLOAD_MAX_VDEV := 4
21*5113495bSYour Name
22*5113495bSYour Name#Chip version
23*5113495bSYour NameCONFIG_CHIP_VERSION := 1
24*5113495bSYour Name
25*5113495bSYour Name#DP configs
26*5113495bSYour NameCONFIG_WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG := y
27*5113495bSYour NameCONFIG_WLAN_DP_DISABLE_TCL_STATUS_SRNG := y
28*5113495bSYour Name
29*5113495bSYour Nameifeq ($(CONFIG_CNSS_KIWI_V2), y)
30*5113495bSYour Name	CONFIG_QCA_SUPPORT_TX_MIN_RATES_FOR_SPECIAL_FRAMES := y
31*5113495bSYour Nameendif
32