summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-08-10 14:42:54 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:16 -0800
commit5ff305a4b37bd8cf481897f5a120354c845c91f7 (patch)
treebe4854d232e1b26dec2b996edf45cbcbc14f2301 /arch/arm/mach-tegra/Makefile
parent1a79f26ba8f78abf4d697efc118ef83c127b6c90 (diff)
ARM: tegra: power: Separate throttling code
Moved tegra CPU throttling algorithm implementation into a separate file. For now, the same algorithm is used for both Tegra2 and Tegra3 architecture. Original-Change-Id: I478c32b5adee4c946472129b89615580c10b41e1 Reviewed-on: http://git-master/r/46748 Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-by: Anshul Jain (SW) <anshulj@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Rebase-Id: R2340f78e1d22942022e171044d6b20f260e2d312
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index bde11a82ce98..8776f13679f7 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -76,6 +76,9 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += cpuidle-t2.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += cpuidle-t3.o
endif
endif
+ifeq ($(CONFIG_TEGRA_THERMAL_THROTTLE),y)
+obj-y += tegra2-throttle.o
+endif
obj-$(CONFIG_TEGRA_IOVMM) += iovmm.o
obj-$(CONFIG_TEGRA_IOVMM_GART) += iovmm-gart.o
obj-$(CONFIG_TEGRA_IOVMM_SMMU) += iovmm-smmu.o