Explorar o código

qcacld-3.0: Disable DBR feature on sdxprairie

DBR feature not required on SDX platform, and disable it.

Change-Id: Ic4e4029a58a2c1658f6192d31412b213272d023c
CRs-Fixed: 2505676
Lin Bai %!s(int64=5) %!d(string=hai) anos
pai
achega
c33d360d74
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      configs/default_defconfig

+ 3 - 0
configs/default_defconfig

@@ -878,6 +878,9 @@ ifeq ($(CONFIG_ARCH_SDXPRAIRIE), y)
 	ifneq ($(CONFIG_SLUB_DEBUG), y)
 		CONFIG_DP_TRACE := n
 	endif
+
+	CONFIG_DIRECT_BUF_RX_ENABLE := n
+	CONFIG_WMI_DBR_SUPPORT := n
 endif
 
 ifneq ($(CONFIG_HIF_USB), y)