diff options
author | Thierry Reding <treding@nvidia.com> | 2015-03-23 10:45:12 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-13 16:07:52 +0200 |
commit | 588c43a7bd5a53ae523b318e1db16bdd59963a3c (patch) | |
tree | dc439e2c4d666bd06588cd9ff7e96960da129cd9 /drivers/iommu | |
parent | 3c01cf3befa66cc21f06672685cf59a53056887a (diff) | |
download | linux-588c43a7bd5a53ae523b318e1db16bdd59963a3c.tar.bz2 |
memory: tegra: Add Tegra210 support
Add the table of memory clients and SWGROUPs for Tegra210 to enable SMMU
support for this new SoC.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/iommu')
-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 f1fb1d3ccc56..f491aec95160 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -222,7 +222,7 @@ config TEGRA_IOMMU_SMMU select IOMMU_API help This driver supports the IOMMU hardware (SMMU) found on NVIDIA Tegra - SoCs (Tegra30 up to Tegra132). + SoCs (Tegra30 up to Tegra210). config EXYNOS_IOMMU bool "Exynos IOMMU Support" |