diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-17 16:21:43 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-18 01:36:00 +0200 |
commit | 228b687d9e20f367e4d5ea8723e3abbf0892db61 (patch) | |
tree | 60b86be18f02776b10abb1cb71db3414aa25bbfa /drivers/hwmon/pmbus/Kconfig | |
parent | hwmon: (ltc2978) Add support for LTC2980 and LTM2987 (diff) | |
download | linux-228b687d9e20f367e4d5ea8723e3abbf0892db61.tar.xz linux-228b687d9e20f367e4d5ea8723e3abbf0892db61.zip |
hwmon: (ltc2978) Add support for LTC3886
LTC3886 is a is a dual PolyPhase DC/DC synchronous step-down switching
regulator controller. It is mostly command compatible to LTC3883,
but supports two phases instead of one.
Suggested-by: Michael Jones <mike@proclivis.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index af778aed4033..5ebc36255c88 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -53,7 +53,7 @@ config SENSORS_LTC2978 help If you say yes here you get hardware monitoring support for Linear Technology LTC2974, LTC2975, LTC2977, LTC2978, LTC2980, LTC3880, - LTC3883, LTC3887, LTCM2987, and LTM4676. + LTC3883, LTC3886, LTC3887, LTCM2987, and LTM4676. This driver can also be built as a module. If so, the module will be called ltc2978. |