summaryrefslogtreecommitdiff
path: root/drivers/thermal/st/Makefile
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/Makefile
parent60aef7ce455653f9cc57337fac807e80c65f75cb (diff)
downloadlinux-186bf54932f9d8fe575b04f4558de19e8a17aa93.tar.gz
linux-186bf54932f9d8fe575b04f4558de19e8a17aa93.tar.xz
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/Makefile')
-rw-r--r--drivers/thermal/st/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/st/Makefile b/drivers/thermal/st/Makefile
index 10f4bf6dd03e..e5058c69248f 100644
--- a/drivers/thermal/st/Makefile
+++ b/drivers/thermal/st/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_ST_THERMAL) := st_thermal.o
+obj-$(CONFIG_ST_THERMAL_SYSCFG) += st_thermal_syscfg.o