diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-11 03:17:05 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 11:01:03 -0500 |
commit | 69e1ded651ee31c8a570d58647902a55806d0db8 (patch) | |
tree | 26afb63215698900a51901807b66de66028e08f4 /drivers/hwmon/Kconfig | |
parent | 79ffe8594f23475d83112cd5bd68805f91e49170 (diff) |
hwmon: Driver for Linear Technologies LTC4260
LTC4260 is a Positive Voltage Hot Swap Controller.
The driver currently only supports voltage monitoring, not voltage control.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index ebf1131d05ea..436c611a40ca 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -821,6 +821,18 @@ config SENSORS_LTC4245 | |||
821 | This driver can also be built as a module. If so, the module will | 821 | This driver can also be built as a module. If so, the module will |
822 | be called ltc4245. | 822 | be called ltc4245. |
823 | 823 | ||
824 | config SENSORS_LTC4260 | ||
825 | tristate "Linear Technology LTC4260" | ||
826 | depends on I2C | ||
827 | select REGMAP_I2C | ||
828 | default n | ||
829 | help | ||
830 | If you say yes here you get support for Linear Technology LTC4261 | ||
831 | Positive Voltage Hot Swap Controller I2C interface. | ||
832 | |||
833 | This driver can also be built as a module. If so, the module will | ||
834 | be called ltc4260. | ||
835 | |||
824 | config SENSORS_LTC4261 | 836 | config SENSORS_LTC4261 |
825 | tristate "Linear Technology LTC4261" | 837 | tristate "Linear Technology LTC4261" |
826 | depends on I2C | 838 | depends on I2C |