diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-26 20:15:27 -0800 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-14 22:39:07 -0700 |
commit | a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3 (patch) | |
tree | fad179f16a410ef12f694c146a2a3db1d26ffed9 /drivers/hwmon/Makefile | |
parent | dcb7d0668b178deec81db128b9fbab29190063c4 (diff) | |
download | linux-stable-a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3.tar.gz linux-stable-a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3.tar.bz2 linux-stable-a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3.zip |
hwmon: (pmbus) Add support for Maxim MAX34440/MAX34441
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
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 9788fe248c68..feacc7c243ce 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -118,6 +118,7 @@ obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o obj-$(CONFIG_PMBUS) += pmbus_core.o obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o obj-$(CONFIG_SENSORS_MAX16064) += max16064.o +obj-$(CONFIG_SENSORS_MAX34440) += max34440.o obj-$(CONFIG_SENSORS_MAX8688) += max8688.o ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) |