]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
drivers: tegra: Enable thermal throttling for T210
authorSai Gurrappadi <sgurrappadi@nvidia.com>
Tue, 26 Aug 2014 18:14:38 +0000 (11:14 -0700)
committerTom Cherry <tcherry@nvidia.com>
Sat, 30 Aug 2014 23:30:28 +0000 (16:30 -0700)
Now compile the tegra_throttle driver for thermals for T210.

Change-Id: I709a311ac008bf263108303a6ce336e7ed9f9d10
Signed-off-by: Sai Gurrappadi <sgurrappadi@nvidia.com>
Reviewed-on: http://git-master/r/488275
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Peter Boonstoppel <pboonstoppel@nvidia.com>
Tested-by: Peter Boonstoppel <pboonstoppel@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sivaram Nair <sivaramn@nvidia.com>
drivers/platform/tegra/Makefile

index 6ea2cb1bc3ec228c02fd9ffa269ae4551c0282e1..fd1fc3f1527513425fcdb9d44911168ae63818af 100644 (file)
@@ -34,6 +34,7 @@ endif
 ifeq ($(CONFIG_TEGRA_THERMAL_THROTTLE),y)
 ccflags-y += -I$(srctree)/arch/arm/mach-tegra
 obj-$(CONFIG_ARCH_TEGRA_12x_SOC)        += tegra_throttle.o
+obj-$(CONFIG_ARCH_TEGRA_21x_SOC)        += tegra_throttle.o
 endif
 
 ifneq ($(CONFIG_ARM64),)