diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-06-08 20:15:23 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-09 22:44:27 +0200 |
commit | 1f61cab8a729e00af77b51b44c3a8dc8ef3b3eb9 (patch) | |
tree | e50a28f26f95e50c4f50fdfbe81d69be9bce6886 /drivers/hwmon/pmbus/Kconfig | |
parent | hwmon: (pmbus) Add support for VR12 (diff) | |
download | linux-1f61cab8a729e00af77b51b44c3a8dc8ef3b3eb9.tar.xz linux-1f61cab8a729e00af77b51b44c3a8dc8ef3b3eb9.zip |
hwmon: (pmbus) Add support for MAX20751
MAX20751 is a multiphase power controller with internal buck converter.
It uses VR12.0 to report the output voltage. This requires an explicit
driver, since the VR version can not be auto-detected.
The chip supports a manufacturer specific command to fine-tune the output
voltage. This command is not currently supported.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 67901cb08f77..6e1e6fe434f7 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -73,6 +73,16 @@ config SENSORS_MAX16064 This driver can also be built as a module. If so, the module will be called max16064. +config SENSORS_MAX20751 + tristate "Maxim MAX20751" + default n + help + If you say yes here you get hardware monitoring support for Maxim + MAX20751. + + This driver can also be built as a module. If so, the module will + be called max20751. + config SENSORS_MAX34440 tristate "Maxim MAX34440 and compatibles" default n |