diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-26 23:09:02 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:36:26 -0400 |
commit | 442aba78728e77e03172ba83e905b9aff96febcf (patch) | |
tree | fe6c99958017922dafd4010c3af2c8c8b6441057 /drivers/hwmon/Makefile | |
parent | 06923f84422371a6fb10b3efcd05b80ab48715c0 (diff) |
hwmon: PMBus device driver
This driver adds support for hardware monitoring features of various PMBus
devices.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 46819818ef51..09e67955fd57 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -114,6 +114,10 @@ obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o | |||
114 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o | 114 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o |
115 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o | 115 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o |
116 | 116 | ||
117 | # PMBus drivers | ||
118 | obj-$(CONFIG_PMBUS) += pmbus_core.o | ||
119 | obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o | ||
120 | |||
117 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) | 121 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) |
118 | EXTRA_CFLAGS += -DDEBUG | 122 | EXTRA_CFLAGS += -DDEBUG |
119 | endif | 123 | endif |