Skip to content

Commit

Permalink
qcacld-3.0: Enable SMMU S1 TRANSLATION for TALOS
Browse files Browse the repository at this point in the history
Enable SMMU S1 TRANSLATION flag for TALOS

Change-Id: I4864f5b433b769e35de206aad8453d6352ae9119
CRs-Fixed: 2425321
  • Loading branch information
Rakshith Suresh Patkar authored and nshrivas committed Jul 30, 2019
1 parent aba3b97 commit 00002ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/default_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,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)
Expand Down

0 comments on commit 00002ae

Please sign in to comment.