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/Makefile | |
parent | a563591243889d85159744cd594aadb1807d3c83 (diff) | |
download | talos-op-linux-60aef7ce455653f9cc57337fac807e80c65f75cb.tar.gz talos-op-linux-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/Makefile')
-rw-r--r-- | drivers/thermal/st/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/st/Makefile b/drivers/thermal/st/Makefile new file mode 100644 index 000000000000..10f4bf6dd03e --- /dev/null +++ b/drivers/thermal/st/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_ST_THERMAL) := st_thermal.o |