iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRA
authorHiroshi Doyu <hdoyu@nvidia.com>
Thu, 31 Jan 2013 10:43:08 +0000 (12:43 +0200)
committerJoerg Roedel <joro@8bytes.org>
Tue, 5 Feb 2013 13:18:25 +0000 (14:18 +0100)
commitd300356cb92e098f36bece0390358130e35713d4
tree8f38a20ce5d3d7b89bc3c0c5057d8115d9fca158
parentfe1229b968e1bd391ce7a89bff51aed10d02b578
iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRA

Theoretically TEGRA_IOMMU_SMMU depends on ARCH_TEGRA_3x_SOC and
ARCH_TEGRA_114_SOC only. This patch allows a Tegra20 only kernel to
enable SMMU(Tegra20 doesn't have a SMMU), which could avoid editing
this Kconfig entry every time we add a new chip later.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/Kconfig