diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-06-08 09:56:20 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-17 11:55:55 -0700 |
commit | 649ca820dab3d76e12408b74af3e8e97abb07ae0 (patch) | |
tree | 20d6e9797f112f6af616b532b809fd3dd1fd4d2d /drivers/hwmon/pmbus/Kconfig | |
parent | 15398566f0ea95c66d202b8705dba4f59b9ba01c (diff) |
hwmon: (ltc2978) Add support for LTC2975
LTC2975 is mostly compatible to LTC2974, but supports input current
and power measurement.
Tested-by: Michael Jones <mike@proclivis.com>
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 43b6de900ce5..8279727987cb 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -52,8 +52,8 @@ config SENSORS_LTC2978 default n help If you say yes here you get hardware monitoring support for Linear - Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, LTC3887, - and LTM4676. + Technology LTC2974, LTC2975, LTC2977, LTC2978, LTC3880, LTC3883, + LTC3887, and LTM4676. This driver can also be built as a module. If so, the module will be called ltc2978. |