diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-02-06 06:35:26 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-02-08 20:26:02 +0800 |
commit | 74ffa64c23616706381c30064a47888382bba30f (patch) | |
tree | 9d97a2a194cc3444535e2decc9ff4fb2d6a53d46 /drivers/thermal/Makefile | |
parent | 7060aa36645c51d1205ef0e0cbf7b564f1f52f36 (diff) | |
download | linux-3.10-74ffa64c23616706381c30064a47888382bba30f.tar.gz linux-3.10-74ffa64c23616706381c30064a47888382bba30f.tar.bz2 linux-3.10-74ffa64c23616706381c30064a47888382bba30f.zip |
Thermal: Dove: Add Themal sensor support for Dove.
The Marvell Dove SoC has a thermal sensor. Add a driver using the
thermal framework.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index b32c35de67e..f5c01cce776 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -17,6 +17,7 @@ obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o +obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o |