diff options
author | Sricharan R <sricharan@codeaurora.org> | 2016-06-13 14:36:06 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-06-21 14:57:13 +0300 |
commit | c9220fbd7741861294dede37465243ee7efdb7bd (patch) | |
tree | 21dbf5978e877fab19378e63d483e33c854f8ad9 /drivers/iommu/Kconfig | |
parent | f78ebca8ff3d61fb45fef1274595a72d1314d955 (diff) | |
download | linux-c9220fbd7741861294dede37465243ee7efdb7bd.tar.xz |
iommu/msm: use generic ARMV7S short descriptor pagetable ops
This iommu uses the armv7 short descriptor format. So use the
generic ARMV7S pagetable ops instead of rewriting the same stuff
in the driver.
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Tested-by: Archit Taneja <architt@codeaurora.org>
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index ad0860383cb3..b60e72b78a5f 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -91,6 +91,7 @@ config MSM_IOMMU depends on ARCH_MSM8X60 || ARCH_MSM8960 || COMPILE_TEST depends on BROKEN select IOMMU_API + select IOMMU_IO_PGTABLE_ARMV7S help Support for the IOMMUs found on certain Qualcomm SOCs. These IOMMUs allow virtualization of the address space used by most |