diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2016-02-18 15:12:58 +0100 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-02-25 15:32:10 +0100 |
commit | 740a01eee9ada98b6ccdd2bcb1a5b2470f292fc7 (patch) | |
tree | f91225e45fc43dea1485e16822939c702d71f459 /drivers/iommu/Kconfig | |
parent | e6802707fbfacfa0a4668d176dc2f0f9dd6637be (diff) | |
download | blackbird-obmc-linux-740a01eee9ada98b6ccdd2bcb1a5b2470f292fc7.tar.gz blackbird-obmc-linux-740a01eee9ada98b6ccdd2bcb1a5b2470f292fc7.zip |
iommu/exynos: Add support for v5 SYSMMU
This patch adds support for v5 of SYSMMU controller, found in Samsung
Exynos 5433 SoCs. The main difference of v5 is support for 36-bit physical
address space and some changes in register layout and core clocks hanging.
This patch also adds support for ARM64 architecture, which is used by
Exynos 5433 SoCs.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index a1e75cba18e0..1674de1cfed0 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -243,7 +243,7 @@ config TEGRA_IOMMU_SMMU config EXYNOS_IOMMU bool "Exynos IOMMU Support" - depends on ARCH_EXYNOS && ARM && MMU + depends on ARCH_EXYNOS && MMU select IOMMU_API select ARM_DMA_USE_IOMMU help |