]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMAL
authorKeerthy <j-keerthy@ti.com>
Mon, 16 Jan 2017 10:13:02 +0000 (15:43 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Sun, 19 Feb 2017 01:43:56 +0000 (17:43 -0800)
commit173a31271253d6ecb5358b72fa26a47e78db3e14
tree9c8d34008ddfa7e2c206c2c08d3e3eaa1b5e2855
parent8b051ec37c93b28e1f1cac4c9677ff88e56930ff
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>
drivers/thermal/ti-soc-thermal/Kconfig