Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 808bdc14 authored by Patrick Daly's avatar Patrick Daly
Browse files

defconfig: Enable IOMMU_DEBUG_TRACKING for sdm845



Save metadata allowing post-mortem debug tools access to iommu
page tables.

Change-Id: I6688f9c23c7e005d9e3022f9a931cd4214bef3a8
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent ee7a25fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -464,6 +464,7 @@ CONFIG_IOMMU_IO_PGTABLE_FAST=y
CONFIG_ARM_SMMU=y
CONFIG_QCOM_LAZY_MAPPING=y
CONFIG_IOMMU_DEBUG=y
CONFIG_IOMMU_DEBUG_TRACKING=y
CONFIG_IOMMU_TESTS=y
CONFIG_QCOM_CPUSS_DUMP=y
CONFIG_QCOM_RUN_QUEUE_STATS=y
+0 −1
Original line number Diff line number Diff line
@@ -421,7 +421,6 @@ if IOMMU_DEBUG

config IOMMU_DEBUG_TRACKING
	bool "Track key IOMMU events"
	depends on BROKEN
	select IOMMU_API
	help
	  Enables additional debug tracking in the IOMMU framework code.