diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-01-13 21:11:56 -0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 08:01:03 -0800 |
commit | 79ffe8594f23475d83112cd5bd68805f91e49170 (patch) | |
tree | deaddeb4be642b6a58f16577c2705668b3eca08c /drivers/hwmon/Kconfig | |
parent | 4b49cca36ee9bb8e043cb76e23b1c2864e3bbc86 (diff) |
hwmon: Driver for Linear Technologies LTC4222
Driver Linear Technologies LTC4222 Dual 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 5ce43d8dfa98..ebf1131d05ea 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -798,6 +798,18 @@ config SENSORS_LTC4215 This driver can also be built as a module. If so, the module will be called ltc4215. +config SENSORS_LTC4222 + tristate "Linear Technology LTC4222" + depends on I2C + select REGMAP_I2C + default n + help + If you say yes here you get support for Linear Technology LTC4222 + Dual Hot Swap Controller I2C interface. + + This driver can also be built as a module. If so, the module will + be called ltc4222. + config SENSORS_LTC4245 tristate "Linear Technology LTC4245" depends on I2C |