On 01/15/2013 06:22 AM, Hiroshi Doyu wrote: > TEGRA_IOMMU_SMMU depends on ARCH_TEGRA_114_SOC too.
> diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig > config TEGRA_IOMMU_SMMU > bool "Tegra SMMU IOMMU Support" > - depends on ARCH_TEGRA_3x_SOC && TEGRA_AHB > + depends on (ARCH_TEGRA_114_SOC || ARCH_TEGRA_3x_SOC) && TEGRA_AHB I think instead of listing out each SoC version individually, just depend on ARCH_TEGRA. This will mean the SMMU driver can be enabled in a Tegra20-only kernel, but that's not a big deal, and it means we won't have to keep editing this Kconfig entry every time we add a new chip. _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
