Enable the scatter gather feature for msm8996 platform to improve the TCP TX throughput. Change-Id: I634f48baf2f1f57aa89030acab37ada798ce7d2c CRs-Fixed: 2344092
@@ -2162,6 +2162,14 @@ cppflags-y += -DSYNC_IPA_READY
endif
ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
+CONFIG_FEATURE_SG := y
+endif
+
+ifeq ($(CONFIG_ARCH_MSM8996), y)
+ifeq ($(CONFIG_FEATURE_SG), y)
cppflags-y += -DFEATURE_SG