From f613316d470bdd12048bb61a5575f0e843fd7d4d Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Sun, 23 Oct 2022 19:20:36 -0700 Subject: [PATCH] defconfig: pineapple-gki: Enable our IOMMU debug module Enable our IOMMU debug module for testing out various functions of our IOMMU. Change-Id: Ia56e6275c02d7c2b5a8df34ffbae19c2257be006 Signed-off-by: Chris Goldsworthy --- arch/arm64/configs/vendor/pineapple_GKI.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index 4ae935dca18a..22ecc5daed81 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -91,6 +91,7 @@ CONFIG_QCOM_DMABUF_HEAPS_PAGE_POOL_REFILL=y CONFIG_QCOM_DMABUF_HEAPS_SYSTEM=y CONFIG_QCOM_DMABUF_HEAPS_SYSTEM_SECURE=y CONFIG_QCOM_GDSC_REGULATOR=m +CONFIG_QCOM_IOMMU_DEBUG=m CONFIG_QCOM_IOMMU_UTIL=m # CONFIG_QCOM_IPA is not set CONFIG_QCOM_IPCC=m