
Move 11be_rate sysfs entry implementation from HDD EHT main body to separate source files and define WLAN_SYSFS_EHT_RATE feature flag accordingly in Kbuild. All sysfs implementations shall be built only if CONFIG_WLAN_SYSFS=y. Hence correct dp_tx_delay_stats and the closing endif. Change-Id: I84aa7fc34aeff932bb51800e70c4c3611bf0d627 CRs-Fixed: 3309689
45 linhas
920 B
Plaintext
45 linhas
920 B
Plaintext
CONFIG_CNSS_KIWI := y
|
|
CONFIG_CNSS_KIWI_V2 := y
|
|
CONFIG_CNSS_MANGO := y
|
|
|
|
include $(WLAN_ROOT)/configs/default_defconfig
|
|
|
|
#Enable 11BE EHT
|
|
CONFIG_WLAN_FEATURE_11BE := y
|
|
|
|
# Enable EHT rate sysfs entry
|
|
ifeq ($(CONFIG_WLAN_SYSFS), y)
|
|
CONFIG_WLAN_SYSFS_EHT_RATE := y
|
|
endif
|
|
|
|
# Max Sta Vdev Config
|
|
CONFIG_CFG_MAX_STA_VDEVS := 4
|
|
|
|
#Enable 11BE MLO
|
|
CONFIG_WLAN_FEATURE_11BE_MLO := y
|
|
|
|
#BMISS offload max vdev config
|
|
CONFIG_CFG_BMISS_OFFLOAD_MAX_VDEV := 4
|
|
|
|
#DP configs
|
|
CONFIG_WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG := y
|
|
CONFIG_WLAN_DP_DISABLE_TCL_STATUS_SRNG := y
|
|
|
|
# Enable separate FW image
|
|
CONFIG_GET_DRIVER_MODE := y
|
|
|
|
CONFIG_QCA_SUPPORT_TX_MIN_RATES_FOR_SPECIAL_FRAMES := y
|
|
|
|
#Enable COEX feature
|
|
CONFIG_FEATURE_COEX := y
|
|
|
|
#Enable DBAM feature
|
|
ifeq ($(CONFIG_FEATURE_COEX), y)
|
|
CONFIG_WLAN_FEATURE_COEX_DBAM := y
|
|
endif
|
|
|
|
CONFIG_DP_TRAFFIC_END_INDICATION := y
|
|
|
|
#Enable Constrained Application Protocol feature
|
|
CONFIG_WLAN_FEATURE_COAP := y
|