thermal: sti: Add support for ST's System Config Register based Thermal controller
authorLee Jones <lee.jones@linaro.org>
Thu, 5 Jun 2014 15:06:56 +0000 (16:06 +0100)
committerZhang Rui <rui.zhang@intel.com>
Tue, 15 Jul 2014 14:06:50 +0000 (22:06 +0800)
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>
drivers/thermal/st/Kconfig
drivers/thermal/st/Makefile
drivers/thermal/st/st_thermal_syscfg.c [new file with mode: 0644]

index 1ba6760..d7b6e03 100644 (file)
@@ -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"
Simple merge