Browse Source

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 years ago
parent
commit
2469325bd1
1 changed files with 6 additions and 0 deletions
  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)