diff options
author | Grant Peltier <grantpeltier93@gmail.com> | 2020-03-20 19:16:21 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-03-23 02:42:21 +0300 |
commit | f621d61fd59f402ff3d24f4161e6b782e3be31a6 (patch) | |
tree | e6aad7c7a13b0e00e8926784b913e4dd864fec14 /drivers/hwmon/pmbus/Kconfig | |
parent | b1fbe673b89e88adae0800ab8bef69854be58720 (diff) | |
download | linux-f621d61fd59f402ff3d24f4161e6b782e3be31a6.tar.xz |
hwmon: (pmbus) add support for 2nd Gen Renesas digital multiphase
Extend the isl68137 driver to provide support for 2nd generation Renesas
digital multiphase voltage regulators.
Signed-off-by: Grant Peltier <grantpeltier93@gmail.com>
Link: https://lore.kernel.org/r/62c000adf0108aeb65d3f275f28eb26b690384aa.1584720563.git.grantpeltier93@gmail.com
[groeck: Adjusted for new PMBus API function parameters]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 99164363e3d2..de12a565006d 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -92,10 +92,10 @@ config SENSORS_IRPS5401 be called irps5401. config SENSORS_ISL68137 - tristate "Intersil ISL68137" + tristate "Renesas Digital Multiphase Voltage Regulators" help - If you say yes here you get hardware monitoring support for Intersil - ISL68137. + If you say yes here you get hardware monitoring support for Renesas + digital multiphase voltage regulators. This driver can also be built as a module. If so, the module will be called isl68137. |