diff options
author | per.dalen@appeartv.com <per.dalen@appeartv.com> | 2011-03-03 14:13:21 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:39:11 -0400 |
commit | de7790155f745d30d58ed131ed112b8735413ab7 (patch) | |
tree | 884ecf5816d1d9279ad2e0e0864f18a693c8a3a6 /drivers/hwmon/Makefile | |
parent | 9f6ad1ce6484a92ef864e00611a8ef3daf9c986d (diff) |
hwmon: Add support for LTC4151
LTC4151 is High Voltage I2C Current and Voltage Monitor from Linear
Technology.
Signed-off-by: Per Dalen <per.dalen@appeartv.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
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 feacc7c243ce..bd0410e4b44f 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -80,6 +80,7 @@ obj-$(CONFIG_SENSORS_LM90) += lm90.o | |||
80 | obj-$(CONFIG_SENSORS_LM92) += lm92.o | 80 | obj-$(CONFIG_SENSORS_LM92) += lm92.o |
81 | obj-$(CONFIG_SENSORS_LM93) += lm93.o | 81 | obj-$(CONFIG_SENSORS_LM93) += lm93.o |
82 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o | 82 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o |
83 | obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o | ||
83 | obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o | 84 | obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o |
84 | obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o | 85 | obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o |
85 | obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o | 86 | obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o |