diff options
author | Steve Glendinning <steve.glendinning@smsc.com> | 2010-08-14 21:08:54 +0200 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-08-14 21:08:54 +0200 |
commit | 9df7305b5a8651eb940e98496bc1d4742379c578 (patch) | |
tree | a57f2f4feca16e98da54c9fc39d6f549ce137d1e /drivers/hwmon/Makefile | |
parent | 5a9c2cd881f48d4bec627cccde386f8e3a28bb4a (diff) | |
download | linux-3.10-9df7305b5a8651eb940e98496bc1d4742379c578.tar.gz linux-3.10-9df7305b5a8651eb940e98496bc1d4742379c578.tar.bz2 linux-3.10-9df7305b5a8651eb940e98496bc1d4742379c578.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 13d913e34db..e3c2484f6c5 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 |