diff options
author | Guenter Roeck <linux@roeck-us.net> | 2019-12-14 17:37:31 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-05-22 16:28:38 +0300 |
commit | 2138f8853a00b2d680889a684e92556074fcf901 (patch) | |
tree | dbe913a84384a5b342e84668cdd67c8bd8dc9e2a /drivers/hwmon/pmbus/Kconfig | |
parent | d86f3c9bba20426ebb31c3a3d061dd4a8b12c85b (diff) | |
download | linux-2138f8853a00b2d680889a684e92556074fcf901.tar.xz |
hwmon: (pmbus) Driver for Maxim MAX16601
MAX16601 is a VR13.HC Dual-Output Voltage Regulator Chipset,
implementing a (8+1) multiphase synchronous buck converter.
Cc: Alex Qiu <xqiu@google.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index de12a565006d..a337195b1c39 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -146,6 +146,15 @@ config SENSORS_MAX16064 This driver can also be built as a module. If so, the module will be called max16064. +config SENSORS_MAX16601 + tristate "Maxim MAX16601" + help + If you say yes here you get hardware monitoring support for Maxim + MAX16601. + + This driver can also be built as a module. If so, the module will + be called max16601. + config SENSORS_MAX20730 tristate "Maxim MAX20730, MAX20734, MAX20743" help |