diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-06-05 16:06:55 +0100 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-07-15 22:01:22 +0800 |
commit | 60aef7ce455653f9cc57337fac807e80c65f75cb (patch) | |
tree | c2eaeca04d9725e8ccb0d2f6ebd6b05d8f3aa2ad /drivers/thermal/st/Kconfig | |
parent | a563591243889d85159744cd594aadb1807d3c83 (diff) | |
download | linux-stable-60aef7ce455653f9cc57337fac807e80c65f75cb.tar.gz linux-stable-60aef7ce455653f9cc57337fac807e80c65f75cb.tar.bz2 linux-stable-60aef7ce455653f9cc57337fac807e80c65f75cb.zip |
thermal: sti: Introduce ST Thermal core code
This core is shared by both ST's 'memory mapped' and
'system configuration register' based Thermal controllers.
Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/st/Kconfig')
-rw-r--r-- | drivers/thermal/st/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/st/Kconfig b/drivers/thermal/st/Kconfig new file mode 100644 index 000000000000..1ba67601782a --- /dev/null +++ b/drivers/thermal/st/Kconfig @@ -0,0 +1,4 @@ +config ST_THERMAL + tristate "Thermal sensors on STMicroelectronics STi series of SoCs" + help + Support for thermal sensors on STMicroelectronics STi series of SoCs. |