summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/Makefile
diff options
context:
space:
mode:
authorGrant Coady2005-04-30 13:41:29 +0200
committerGreg Kroah-Hartman2005-06-22 06:51:53 +0200
commit40b5cda28aafe3744d8808c21f7959e472a9ecb1 (patch)
treecd332f677f3c7855fcd026300cf284af08d0846b /drivers/i2c/chips/Makefile
parent[PATCH] I2C: #include <linux/config.h> cleanup (diff)
downloadkernel-qcow2-linux-40b5cda28aafe3744d8808c21f7959e472a9ecb1.tar.gz
kernel-qcow2-linux-40b5cda28aafe3744d8808c21f7959e472a9ecb1.tar.xz
kernel-qcow2-linux-40b5cda28aafe3744d8808c21f7959e472a9ecb1.zip
[PATCH] I2C: add new hardware monitor driver: adm9240
Completion of Michiel Rook's port of adm9240 to 2.6 with addition of auto fan clock divider based on Jean Delvare's algorithm, and replaces scaling macros with static inlines. Signed-off-by: Grant Coady <gcoady@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Makefile')
-rw-r--r--drivers/i2c/chips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile
index 6fadd78f9cf6..247fc982a6d2 100644
--- a/drivers/i2c/chips/Makefile
+++ b/drivers/i2c/chips/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o
obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o
obj-$(CONFIG_SENSORS_ADM1031) += adm1031.o
+obj-$(CONFIG_SENSORS_ADM9240) += adm9240.o
obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o
obj-$(CONFIG_SENSORS_DS1337) += ds1337.o
obj-$(CONFIG_SENSORS_DS1621) += ds1621.o