Ver código fonte

Merge "qcacld-3.0: Enable SMMU S1 TRANSLATION for TALOS" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service 5 anos atrás
pai
commit
0827d68e9f
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      configs/default_defconfig

+ 6 - 0
configs/default_defconfig

@@ -584,6 +584,12 @@ CONFIG_ENABLE_SMMU_S1_TRANSLATION := y
 endif
 endif
 
+ifeq ($(CONFIG_ARCH_SM6150), y)
+ifeq ($(CONFIG_IPA_OFFLOAD), y)
+CONFIG_ENABLE_SMMU_S1_TRANSLATION := y
+endif
+endif
+
 ifeq ($(CONFIG_ARCH_SDX20), y)
 ifeq ($(CONFIG_QCA_WIFI_SDIO), y)
 ifeq ($(CONFIG_WCNSS_SKB_PRE_ALLOC), y)