Skip to content

Commit 00002ae

Browse files
Rakshith Suresh Patkarnshrivas
Rakshith Suresh Patkar
authored and
nshrivas
committed
qcacld-3.0: Enable SMMU S1 TRANSLATION for TALOS
Enable SMMU S1 TRANSLATION flag for TALOS Change-Id: I4864f5b433b769e35de206aad8453d6352ae9119 CRs-Fixed: 2425321
1 parent aba3b97 commit 00002ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configs/default_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,12 @@ CONFIG_ENABLE_SMMU_S1_TRANSLATION := y
504504
endif
505505
endif
506506

507+
ifeq ($(CONFIG_ARCH_SM6150), y)
508+
ifeq ($(CONFIG_IPA_OFFLOAD), y)
509+
CONFIG_ENABLE_SMMU_S1_TRANSLATION := y
510+
endif
511+
endif
512+
507513
ifeq ($(CONFIG_ARCH_SDX20), y)
508514
ifeq ($(CONFIG_QCA_WIFI_SDIO), y)
509515
ifeq ($(CONFIG_WCNSS_SKB_PRE_ALLOC), y)

0 commit comments

Comments
 (0)