diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2014-09-29 10:17:31 -0400 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-11-20 09:43:17 -0500 |
commit | 66fb84805134c39f00d7c2054c881faa50910390 (patch) | |
tree | f18f7f40a4348c33d326c1f0f5ad79bf8150e3ba /drivers/thermal/Kconfig | |
parent | ed7eac3371f39a2c9f4b594dbca04c50fff4739a (diff) |
thermal: Add Tegra SOCTHERM thermal management driver
This adds support for the Tegra SOCTHERM thermal sensing and management
system found in the Tegra124 system-on-chip. This initial driver supports
temperature polling for four thermal zones.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index efbdb8c0bb1d..911c38aba6ef 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -197,6 +197,16 @@ config ARMADA_THERMAL | |||
197 | Enable this option if you want to have support for thermal management | 197 | Enable this option if you want to have support for thermal management |
198 | controller present in Armada 370 and Armada XP SoC. | 198 | controller present in Armada 370 and Armada XP SoC. |
199 | 199 | ||
200 | config TEGRA_SOCTHERM | ||
201 | tristate "Tegra SOCTHERM thermal management" | ||
202 | depends on ARCH_TEGRA | ||
203 | help | ||
204 | Enable this option for integrated thermal management support on NVIDIA | ||
205 | Tegra124 systems-on-chip. The driver supports four thermal zones | ||
206 | (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal | ||
207 | zones to manage temperatures. This option is also required for the | ||
208 | emergency thermal reset (thermtrip) feature to function. | ||
209 | |||
200 | config DB8500_CPUFREQ_COOLING | 210 | config DB8500_CPUFREQ_COOLING |
201 | tristate "DB8500 cpufreq cooling" | 211 | tristate "DB8500 cpufreq cooling" |
202 | depends on ARCH_U8500 | 212 | depends on ARCH_U8500 |