Disable CLD_PM_QOS feature as it is not supported in WHUNT kernel Change-Id: Ie365739559a78377083f6eebaad2f1a7384437d6 CRs-Fixed: 2611911
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
#Enable 6 GHz Band
|
|
CONFIG_BAND_6GHZ := y
|
|
|
|
#Enable 11AX Feature
|
|
CONFIG_WLAN_FEATURE_11AX := y
|
|
|
|
include $(WLAN_ROOT)/configs/default_defconfig
|
|
|
|
#Enable BUS bandwidth Feature
|
|
CONFIG_WLAN_FEATURE_DP_BUS_BANDWIDTH := y
|
|
|
|
#Disable PM_QOS not supported in WHUNT
|
|
CONFIG_WLAN_CLD_PM_QOS := n
|