Message ID | 1374013222-4856-1-git-send-email-swarren@wwwdotorg.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 07/16/2013 04:20 PM, Stephen Warren wrote: > I'm planning to remove CONFIG_ARCH_TEGRA_*_SOC, leaving just ARCH_TEGRA. > This will reduce the number of configurations that need to be supported > by core Tegra code, e.g. CPU idle, hotplug. As a precursor, we need to > update Kconfig for all Tegra drivers not to reference ARCH_TEGRA_*_SOC. I'd like to defer actually applying this patch. There is some discussion (in the thread for the equivalent ASoC patches) re: the best way to handle the ARCH_TEGRA_*_SOC Kconfig options which might affect this patch. Any review comment is still appreciated.
On Thu, Jul 18, 2013 at 11:00:19AM -0600, Stephen Warren wrote: > I'd like to defer actually applying this patch. There is some discussion > (in the thread for the equivalent ASoC patches) re: the best way to > handle the ARCH_TEGRA_*_SOC Kconfig options which might affect this > patch. Any review comment is still appreciated. Okay, not much to review here. Just let me know if it is still required. Joerg
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 820d85c..0da7938 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -148,7 +148,7 @@ config OMAP_IOMMU_DEBUG config TEGRA_IOMMU_GART bool "Tegra GART IOMMU Support" - depends on ARCH_TEGRA_2x_SOC + depends on ARCH_TEGRA select IOMMU_API help Enables support for remapping discontiguous physical memory