diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-02-24 15:40:53 +0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-19 05:27:52 +0400 |
commit | 927112696654f4c96a85aa8a494866cbc6ccfbe6 (patch) | |
tree | 0c27c60740018af7640627663b3f0f19339ae3b2 /drivers/hwmon/pmbus/Kconfig | |
parent | 590defe59ef9596dcd892d2d8395d730c510323d (diff) | |
download | linux-927112696654f4c96a85aa8a494866cbc6ccfbe6.tar.xz |
hwmon: (adm1275) Add support for ADM1075
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 1f0d0110b6b8..9246d0154f74 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 ADM1275 and ADM1276 Hot-Swap Controller and Digital Power - Monitor. + Devices ADM1075, ADM1275, and ADM1276 Hot-Swap Controller and Digital + Power Monitors. This driver can also be built as a module. If so, the module will be called adm1275. |