diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-11 00:17:05 -0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 08:01:03 -0800 |
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 This driver can also be built as a module. If so, the module will be called ltc4245. +config SENSORS_LTC4260 + tristate "Linear Technology LTC4260" + depends on I2C + select REGMAP_I2C + default n + help + If you say yes here you get support for Linear Technology LTC4261 + Positive Voltage Hot Swap Controller I2C interface. + + This driver can also be built as a module. If so, the module will + be called ltc4260. + config SENSORS_LTC4261 tristate "Linear Technology LTC4261" depends on I2C |