summaryrefslogtreecommitdiff
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>2016-04-19 17:21:16 +0300
committerEduardo Valentin <edubezval@gmail.com>2016-05-17 17:28:30 +0300
commit0b58c08b593d082858e74503bdf553ea01f9f15a (patch)
treef94f22fa151b5a0e7069b384fdc82b99d62d73b0 /drivers/thermal/Kconfig
parent469ace07c29310b1401316e5e910c157c7544af3 (diff)
downloadlinux-0b58c08b593d082858e74503bdf553ea01f9f15a.tar.xz
thermal: add temperature sensor support for tango SoC
The Tango thermal driver provides support for the primitive temperature sensor embedded in Tango chips since the SMP8758. This sensor only generates a 1-bit signal to indicate whether the die temperature exceeds a programmable threshold. Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index a6777cbf3d53..ee02e6021c94 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -389,6 +389,15 @@ depends on ARCH_STI && OF
source "drivers/thermal/st/Kconfig"
endmenu
+config TANGO_THERMAL
+ tristate "Tango thermal management"
+ depends on ARCH_TANGO || COMPILE_TEST
+ help
+ Enable the Tango thermal driver, which supports the primitive
+ temperature sensor embedded in Tango chips since the SMP8758.
+ This sensor only generates a 1-bit signal to indicate whether
+ the die temperature exceeds a programmable threshold.
+
source "drivers/thermal/tegra/Kconfig"
config QCOM_SPMI_TEMP_ALARM