瀏覽代碼

qcacld-3.0: disable SMMU S1 for few helium targets

Excluding few Helium based targets from SMMU S1
feature enablement  which are not having the
Kernel support for SMMU S1.

Change-Id: I46c17749150f00113137c546d7e14964860aa2e3
CRs-Fixed: 2633675
Vevek Venkatesan 5 年之前
父節點
當前提交
2469325bd1
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      configs/default_defconfig

+ 6 - 0
configs/default_defconfig

@@ -723,10 +723,16 @@ endif
 endif
 
 ifeq ($(CONFIG_HELIUMPLUS), y)
+ifneq ($(CONFIG_ARCH_SDM630), y)
+ifneq ($(CONFIG_ARCH_SDM660), y)
+ifneq ($(CONFIG_ARCH_MSM8998), y)
 ifeq ($(CONFIG_IPA_OFFLOAD), y)
 CONFIG_ENABLE_SMMU_S1_TRANSLATION := y
 endif
 endif
+endif
+endif
+endif
 
 ifeq ($(CONFIG_ARCH_SDX20), y)
 ifeq ($(CONFIG_QCA_WIFI_SDIO), y)