aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2017-01-16 15:43:02 +0530
committerEduardo Valentin <edubezval@gmail.com>2017-02-18 17:43:56 -0800
commit173a31271253d6ecb5358b72fa26a47e78db3e14 (patch)
tree9c8d34008ddfa7e2c206c2c08d3e3eaa1b5e2855 /drivers/thermal
parentthermal: imx: Fix possible NULL dereference. (diff)
downloadlinux-dev-173a31271253d6ecb5358b72fa26a47e78db3e14.tar.xz
linux-dev-173a31271253d6ecb5358b72fa26a47e78db3e14.zip
thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMAL
Currently when CPU_THERMAL is not defined the thermal sensors are not even exposed consequently no cooling is possible. CPU_THERMAL eventually depends on CPUFREQ. CPPUFREQ is not the only cooling for CPU. The thermal shutdown for critical temperatures is another cooling solution which will currently not get enabled if CPU_THERMAL is not defined. Remove this dependency so as to have the last level of thermal protection working even without CPUFREQ defined. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/ti-soc-thermal/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig
index ea8283f08aa6..fe0e877f84d0 100644
--- a/drivers/thermal/ti-soc-thermal/Kconfig
+++ b/drivers/thermal/ti-soc-thermal/Kconfig
@@ -11,7 +11,6 @@ config TI_SOC_THERMAL
config TI_THERMAL
bool "Texas Instruments SoCs thermal framework support"
depends on TI_SOC_THERMAL
- depends on CPU_THERMAL
help
If you say yes here you want to get support for generic thermal
framework for the Texas Instruments on die bandgap temperature sensor.