summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck2011-03-07 00:54:27 +0100
committerGuenter Roeck2011-05-19 17:19:39 +0200
commit84fc4585c152f34a1a90a03b7abb88a2e1218a42 (patch)
tree935db492d491ade667075fe86a460442311abf38 /drivers/hwmon/Makefile
parenthwmon: (pmbus) Use device specific function to read fan configuration (diff)
downloadkernel-qcow2-linux-84fc4585c152f34a1a90a03b7abb88a2e1218a42.tar.gz
kernel-qcow2-linux-84fc4585c152f34a1a90a03b7abb88a2e1218a42.tar.xz
kernel-qcow2-linux-84fc4585c152f34a1a90a03b7abb88a2e1218a42.zip
hwmon: (pmbus) Add support for TI UCD9200 series of PWM System Controllers
This patch adds hardware monitoring support for TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248 Digital PWM System Controllers. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
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 465f1c819fd9..1afe02961dec 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -123,6 +123,7 @@ obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o
obj-$(CONFIG_SENSORS_MAX16064) += max16064.o
obj-$(CONFIG_SENSORS_MAX34440) += max34440.o
obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
+obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o
ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG