diff options
author | Hiroshi DOYU <hdoyu@nvidia.com> | 2012-01-26 08:56:40 +0200 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-23 19:18:54 -0700 |
commit | fbbcceda438713f01b32ae57f296c87b6a11988b (patch) | |
tree | 91d3486771f40dd66f66af3bdd336b0da42babd7 /drivers/iommu | |
parent | 4ed9cdfe12ec032d0846ba3cabee9bb7680be071 (diff) |
iommu/tegra: gart: Disabled as default in Kconfig
CONFIG_TEGRA_IOMMU_GART has to be selected explicitly because there's
2 IOMMU framewrok existing in Tegra, CONFIG_TEGRA_IOVMM_{GART,SMMU}
and CONFIG_TEGRA_IOMMU_{GART,SMMU}.
Change-Id: I6f1a0ad8e321c5ad5378baa6bc4a9bcecad9d4d2
Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Reviewed-on: http://git-master/r/77513
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Rebase-Id: Rd18ae60b3943f5387628950b89b7b4cb1678740f
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 37c878a4fd46..b394c6c5fbe7 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -155,7 +155,6 @@ config TEGRA_IOMMU_SMMU config TEGRA_IOMMU_GART bool "Tegra GART IOMMU Support" depends on ARCH_TEGRA_2x_SOC - default y select IOMMU_API help Enables support for remapping discontiguous physical memory |