diff options
author | Guenter Roeck <linux@roeck-us.net> | 2018-03-11 03:59:04 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-03-22 17:32:17 +0100 |
commit | 4ff0ce227a1e6570fd5222dae03f4bd2fa9a7c34 (patch) | |
tree | 1c697c89643d0a4f60762583b2c34474977eabd1 /drivers/hwmon/pmbus/Kconfig | |
parent | hwmon: (lm92) Do not try to detect MAX6635 (diff) | |
download | linux-4ff0ce227a1e6570fd5222dae03f4bd2fa9a7c34.tar.xz linux-4ff0ce227a1e6570fd5222dae03f4bd2fa9a7c34.zip |
hwmon: (pmbus/adm1275) Add support for ADM1272
The chip is quite similar to other chips in the series,
but as usual it comes with its own quirks.
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 6e4298e99222..e71aec69e76e 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, ADM1278, ADM1293, and ADM1294 - Hot-Swap Controller and Digital Power Monitors. + Devices ADM1075, ADM1272, 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. |