diff options
author | Thierry Reding <treding@nvidia.com> | 2014-11-07 16:10:41 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-05-04 12:54:23 +0200 |
commit | 242b1d713386e8e2fd7f62cc1ed4681a12290848 (patch) | |
tree | e91adedcd99c0700c64e53bc4fa72117e7ade8ef /drivers/iommu/Kconfig | |
parent | d1313e7896e932a92e21912850ef034e58571b66 (diff) | |
download | talos-obmc-linux-242b1d713386e8e2fd7f62cc1ed4681a12290848.tar.gz talos-obmc-linux-242b1d713386e8e2fd7f62cc1ed4681a12290848.zip |
memory: tegra: Add Tegra132 support
The memory controller on Tegra132 is very similar to the one found on
Tegra124. But the Denver CPUs don't have an outer cache, so dcache
maintenance is done slightly differently.
Signed-off-by: Thierry Reding <treding@nvidia.com>
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 1ae4e547b419..73f918d066c6 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -219,7 +219,7 @@ config TEGRA_IOMMU_SMMU select IOMMU_API help This driver supports the IOMMU hardware (SMMU) found on NVIDIA Tegra - SoCs (Tegra30 up to Tegra124). + SoCs (Tegra30 up to Tegra132). config EXYNOS_IOMMU bool "Exynos IOMMU Support" |