diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2018-12-12 23:38:56 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-01-16 13:54:12 +0100 |
commit | ce2785a75dbca27375f3723f4e697a2a8dc096ee (patch) | |
tree | 89451c3cdcc2103f759587db69e6eb9355423459 /drivers/iommu/Kconfig | |
parent | 45594c683ef780f20f11b1e0018b933b6ff5d9a1 (diff) | |
download | linux-stable-ce2785a75dbca27375f3723f4e697a2a8dc096ee.tar.gz linux-stable-ce2785a75dbca27375f3723f4e697a2a8dc096ee.tar.bz2 linux-stable-ce2785a75dbca27375f3723f4e697a2a8dc096ee.zip |
iommu/tegra: gart: Integrate with Memory Controller driver
The device-tree binding has been changed. There is no separate GART device
anymore, it is squashed into the Memory Controller. Integrate GART module
with the MC in a way it is done for the SMMU on Tegra30+.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
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 d9a25715650e..83c099bb7288 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -282,6 +282,7 @@ config ROCKCHIP_IOMMU config TEGRA_IOMMU_GART bool "Tegra GART IOMMU Support" depends on ARCH_TEGRA_2x_SOC + depends on TEGRA_MC select IOMMU_API help Enables support for remapping discontiguous physical memory |