diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-07 19:06:37 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-12 22:29:36 +0300 |
commit | 15398566f0ea95c66d202b8705dba4f59b9ba01c (patch) | |
tree | 94d15f6856498cde8a80e1b9795faa7934be3e56 /drivers/hwmon/pmbus/Kconfig | |
parent | e8047a2686d32854e4b82bd5d328da61025fb01a (diff) | |
download | linux-15398566f0ea95c66d202b8705dba4f59b9ba01c.tar.xz |
hwmon: (ltc2978) Add support for LTC3887
LTC3887 is an enhanced version of LTC3880 and supports the same commands.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 2b3242cc7779..43b6de900ce5 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -52,7 +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, and LTM4676. + Technology LTC2974, LTC2977, LTC2978, LTC3880, LTC3883, LTC3887, + and LTM4676. This driver can also be built as a module. If so, the module will be called ltc2978. |