aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/st/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-06-05 16:06:56 +0100
committerZhang Rui <rui.zhang@intel.com>2014-07-15 22:06:50 +0800
commit186bf54932f9d8fe575b04f4558de19e8a17aa93 (patch)
tree35fcc36d81e85d4cb434ece80bce955e0cc25610 /drivers/thermal/st/Kconfig
parentthermal: sti: Introduce ST Thermal core code (diff)
downloadlinux-stable-186bf54932f9d8fe575b04f4558de19e8a17aa93.tar.xz
linux-stable-186bf54932f9d8fe575b04f4558de19e8a17aa93.zip
thermal: sti: Add support for ST's System Config Register based Thermal controller
Supply controller specific information to the ST Thermal Core. Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/st/Kconfig')
-rw-r--r--drivers/thermal/st/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig
index 1ba67601782a..d7b6e0314b86 100644
--- a/drivers/thermal/st/Kconfig
+++ b/drivers/thermal/st/Kconfig
@@ -2,3 +2,7 @@ config ST_THERMAL
tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
help
Support for thermal sensors on STMicroelectronics STi series of SoCs.
+
+config ST_THERMAL_SYSCFG
+ select ST_THERMAL
+ tristate "STi series syscfg register access based thermal sensors"