summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorSteve Glendinning <steve.glendinning@smsc.com>2010-08-14 21:08:54 +0200
committerJean Delvare <khali@linux-fr.org>2010-08-14 21:08:54 +0200
commit9df7305b5a8651eb940e98496bc1d4742379c578 (patch)
treea57f2f4feca16e98da54c9fc39d6f549ce137d1e /drivers/hwmon/Makefile
parent5a9c2cd881f48d4bec627cccde386f8e3a28bb4a (diff)
downloadop-kernel-dev-9df7305b5a8651eb940e98496bc1d4742379c578.zip
op-kernel-dev-9df7305b5a8651eb940e98496bc1d4742379c578.tar.gz
hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller
SMSC's EMC2103 family of temperature/fan controllers have 1 onboard and up to 3 external temperature sensors, and allow closed-loop control of one fan. This patch adds support for them. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 13d913e..e3c2484 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_SENSORS_PKGTEMP) += pkgtemp.o
obj-$(CONFIG_SENSORS_DME1737) += dme1737.o
obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
obj-$(CONFIG_SENSORS_EMC1403) += emc1403.o
+obj-$(CONFIG_SENSORS_EMC2103) += emc2103.o
obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
obj-$(CONFIG_SENSORS_F71882FG) += f71882fg.o
obj-$(CONFIG_SENSORS_F75375S) += f75375s.o
OpenPOWER on IntegriCloud