aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-06-15 18:39:46 +0200
committerJean Delvare <khali@linux-fr.org>2009-06-15 18:39:46 +0200
commitab2b79d5e22d3cdd2b191e479c60e69df528369a (patch)
treecb7ed54072090347e455373e8174613e9a32b85f /drivers/hwmon/Makefile
parent8070408b5446232ba6eb6e0809a329da58a6ae52 (diff)
downloadkernel_samsung_smdk4412-ab2b79d5e22d3cdd2b191e479c60e69df528369a.zip
kernel_samsung_smdk4412-ab2b79d5e22d3cdd2b191e479c60e69df528369a.tar.gz
kernel_samsung_smdk4412-ab2b79d5e22d3cdd2b191e479c60e69df528369a.tar.bz2
hwmon: (tmp401) Add support for TI's TMP401 sensor chip
This is a new hwmon driver for TI's TMP401 temperature sensor IC. This driver was written on behalf of an embedded systems vendor under the Linux driver project. It has been tested using a TI TMP401 sample attached to a i2c-tiny-usb adapter. Which was provided by Till Harbaum, many thanks to him for this! Signed-off-by: Hans de Goede <hdegoede@redhat.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 0ae2698..b793dce 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -82,6 +82,7 @@ obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o
obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o
obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o
obj-$(CONFIG_SENSORS_THMC50) += thmc50.o
+obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
obj-$(CONFIG_SENSORS_VIA686A) += via686a.o
obj-$(CONFIG_SENSORS_VT1211) += vt1211.o
obj-$(CONFIG_SENSORS_VT8231) += vt8231.o