xref: /wlan-driver/qcacld-3.0/configs/whunt_defconfig (revision 5113495b16420b49004c444715d2daae2066e7dc)
1#Enable 6 GHz Band
2CONFIG_BAND_6GHZ := y
3
4#Enable 11AX Feature
5CONFIG_WLAN_FEATURE_11AX := y
6
7include $(WLAN_ROOT)/configs/default_defconfig
8
9#Enable BUS bandwidth Feature
10CONFIG_WLAN_FEATURE_DP_BUS_BANDWIDTH := y
11
12#Disable PM_QOS not supported in WHUNT
13CONFIG_WLAN_CLD_PM_QOS := n
14