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

Commit 7377d905 authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

defconfig: kona: Enable SMMU driver on Kona



Enable the SMMU driver and its dependent functionalities
namely the fast dma-io mapper, reference counted
iommu-mapping support and enable the profiling and
debugging of the IOMMU framework which would enable
clients to perform device attach, establish and manage
SMMU stage 1 mappings for stage 1 translations,
enable context fault reporting etc.

Change-Id: I09b1f5f11fef15865540fe264d487633b727a602
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent e2748e50
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -330,7 +330,12 @@ CONFIG_ION=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_MAILBOX=y
# CONFIG_IOMMU_SUPPORT is not set
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_COMMAND_DB=y
CONFIG_QCOM_IPCC=y
CONFIG_QCOM_LLCC=y
+6 −1
Original line number Diff line number Diff line
@@ -338,7 +338,12 @@ CONFIG_ION=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_MAILBOX=y
# CONFIG_IOMMU_SUPPORT is not set
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_COMMAND_DB=y
CONFIG_QCOM_IPCC=y
CONFIG_QCOM_LLCC=y