diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-06-25 14:59:54 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-10-25 17:11:20 -0400 |
commit | e5f5c99a39375ce533aacfdfb269978070121e1c (patch) | |
tree | 0abf39b045d772cf11bc401bcb1a36985ad3d99a /drivers/hwmon/Makefile | |
parent | 2ee321440e3a594dcdd9981e68e5e302447047a2 (diff) |
hwmon: LTC4261 Hardware monitoring driver
This driver adds support for Linear Technology LTC4261 I2C Negative
Voltage Hot Swap Controller.
Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
Reviewed-by: Tom Grennan <tom.grennan@ericsson.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 ec9cb735c898..fc38e7c131f8 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -79,6 +79,7 @@ obj-$(CONFIG_SENSORS_LM93) += lm93.o | |||
79 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o | 79 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o |
80 | obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o | 80 | obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o |
81 | obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o | 81 | obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o |
82 | obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o | ||
82 | obj-$(CONFIG_SENSORS_MAX1111) += max1111.o | 83 | obj-$(CONFIG_SENSORS_MAX1111) += max1111.o |
83 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o | 84 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o |
84 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o | 85 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o |