aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorKalhan Trisal <kalhan.trisal@intel.com>2010-05-27 19:58:56 +0200
committerJean Delvare <khali@linux-fr.org>2010-05-27 19:58:56 +0200
commitdac6831e67e90d1cee430a66e7390e753c20d835 (patch)
tree4840f28496f49700a1c6f53ce682ebe797406b65 /drivers/hwmon/Makefile
parentfa5575cff92eb43f467b9b00468d70d073e8b3d2 (diff)
downloadkernel_samsung_smdk4412-dac6831e67e90d1cee430a66e7390e753c20d835.zip
kernel_samsung_smdk4412-dac6831e67e90d1cee430a66e7390e753c20d835.tar.gz
kernel_samsung_smdk4412-dac6831e67e90d1cee430a66e7390e753c20d835.tar.bz2
hwmon: EMC1403 thermal sensor support
Provides support for the EMC1403 thermal sensor. Only reporting of values is supported. The various Moorestown specific extras to do with thermal alerts and the like are not in this version of the driver. Considerably edited and tidied up by Alan Cox, plus fixes and detection bits from Jean Delvare. Signed-off-by: Kalhan Trisal <kalhan.trisal@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.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 86920fb..9b1364a 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o
obj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o
obj-$(CONFIG_SENSORS_DME1737) += dme1737.o
obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
+obj-$(CONFIG_SENSORS_EMC1403) += emc1403.o
obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
obj-$(CONFIG_SENSORS_F71882FG) += f71882fg.o
obj-$(CONFIG_SENSORS_F75375S) += f75375s.o