diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-07-05 21:04:56 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-03-05 17:36:03 +0300 |
commit | 709066acdd12c3312c94ebccc37630932e381949 (patch) | |
tree | d8111e43114f762136eb596c16bf13760122af1f /drivers/hwmon/pmbus/Kconfig | |
parent | 54ce3a0d801142c96935122736a46c08d15d83b5 (diff) | |
download | linux-709066acdd12c3312c94ebccc37630932e381949.tar.xz |
hwmon: (adm1275) Add support for ADM1278
ADM1278 is mostly compatible to other chips of the same series.
Besides the usual difference in coefficients, it supports
a temperature sensor, and it can measure both input and output
voltage at the same time.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 7e5cc3d025ef..054d3d863802 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -31,8 +31,8 @@ config SENSORS_ADM1275 default n help If you say yes here you get hardware monitoring support for Analog - Devices ADM1075, ADM1275, ADM1276, ADM1293, and ADM1294 Hot-Swap - Controller and Digital Power Monitors. + Devices ADM1075, ADM1275, ADM1276, ADM1278, ADM1293, and ADM1294 + Hot-Swap Controller and Digital Power Monitors. This driver can also be built as a module. If so, the module will be called adm1275. |