Add config option for enabling physically contiguous multi-page allocation, and enable the same for qca6174. CRs-Fixed: 3588484 Change-Id: Ib649cbb6e3d3e5b00a5e8f94cde99f621fa9b124
@@ -3673,6 +3673,8 @@ ccflags-y += \
-DWLAN_PERIODIC_WORK_DEBUG
endif
+cppflags-$(CONFIG_ALLOC_CONTIGUOUS_MULTI_PAGE) += -DALLOC_CONTIGUOUS_MULTI_PAGE
+
ifeq ($(CONFIG_QCOM_VOWIFI_11R), y)
ccflags-y += -DKERNEL_SUPPORT_11R_CFG80211
ccflags-y += -DUSE_80211_WMMTSPEC_FOR_RIC
@@ -756,3 +756,5 @@ endif
#Enable thermal throttle
CONFIG_FW_THERMAL_THROTTLE := y
+CONFIG_ALLOC_CONTIGUOUS_MULTI_PAGE := y