summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorJoshua Primero <jprimero@nvidia.com>2012-06-01 12:49:35 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-07-02 06:11:00 -0700
commit7cf0e9ac73f66586b15ca96a86c7d95aecc9f4d7 (patch)
tree62f85e97dfde490304eafceb09c2bfb24e09da94 /arch/arm/mach-tegra/Kconfig
parentd294fdf2ffc18563bdd3a14b7574b46526763be8 (diff)
ARM: config: Added tegra skin throttling option
Added Kconfig option to enable skin thermal throttling. bug 1007726 Change-Id: I8f92172ffd44802f1662c327c02c8a61c523c408 Signed-off-by: Joshua Primero <jprimero@nvidia.com> Reviewed-on: http://git-master/r/105989 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index c11ea97941a2..6812e3b75ebb 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -510,4 +510,13 @@ config TEGRA_PREPOWER_WIFI
default n
help
Pre-power up the on board WiFi chip
+
+config TEGRA_SKIN_THROTTLE
+ bool "Skin Temperature throttling"
+ depends on TEGRA_THERMAL_THROTTLE
+ depends on THERM_EST
+ default n
+ help
+ Enable throttling to control the temperature of the skin/case
+ of the device.
endif