summaryrefslogtreecommitdiff
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorAnshul Jain <anshulj@nvidia.com>2012-11-30 16:41:54 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:33:57 -0700
commit570cd936c9b2b1c7ef3548dc85e639326db5dd03 (patch)
treecbd481c84dcbb38413366e7fa863723733a5204d /drivers/thermal/Makefile
parent17b54bbfa31dd34c7e9b0ce70cf5963ed2c98658 (diff)
thermal: pwm_fan: Add PWM controlled fan driver
This change includes: Kconfig for TEGRA_FAN Makefile update fan driver that is controlled by pwm platform data Bug 1179033 Change-Id: Ifca06402227a7a2162633490a6d7b29523b1ee6e Signed-off-by: Anshul Jain <anshulj@nvidia.com> Reviewed-on: http://git-master/r/167679 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index c054d410ac3f..433b4e58717e 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -23,4 +23,5 @@ obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
+obj-$(CONFIG_PWM_FAN) += pwm_fan.o