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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index e382da3122b7..ec4295fd22f6 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -654,6 +654,17 @@ config SENSORS_LTC4245 | |||
654 | This driver can also be built as a module. If so, the module will | 654 | This driver can also be built as a module. If so, the module will |
655 | be called ltc4245. | 655 | be called ltc4245. |
656 | 656 | ||
657 | config SENSORS_LTC4261 | ||
658 | tristate "Linear Technology LTC4261" | ||
659 | depends on I2C && EXPERIMENTAL | ||
660 | default n | ||
661 | help | ||
662 | If you say yes here you get support for Linear Technology LTC4261 | ||
663 | Negative Voltage Hot Swap Controller I2C interface. | ||
664 | |||
665 | This driver can also be built as a module. If so, the module will | ||
666 | be called ltc4261. | ||
667 | |||
657 | config SENSORS_LM95241 | 668 | config SENSORS_LM95241 |
658 | tristate "National Semiconductor LM95241 sensor chip" | 669 | tristate "National Semiconductor LM95241 sensor chip" |
659 | depends on I2C | 670 | depends on I2C |