diff options
author | Vijay Khemka <vijaykhemka@fb.com> | 2019-05-31 02:11:56 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-06-24 04:33:01 +0300 |
commit | 344757bac526726ec08f8c710770cc2488569343 (patch) | |
tree | 27cf495dc2923c125050759fb59cdc18e893aa57 /drivers/hwmon/pmbus/Kconfig | |
parent | 8083034251f1e21271d3849feb0fd74380819f58 (diff) | |
download | linux-344757bac526726ec08f8c710770cc2488569343.tar.xz |
hwmon: (pmbus) Add Infineon PXE1610 VR driver
Added pmbus driver for the new device Infineon pxe1610
voltage regulator. It also supports similar family device
PXE1110 and PXM1310.
Signed-off-by: Vijay Khemka <vijaykhemka@fb.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 30751eb9550a..338ef9b5a395 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -154,6 +154,15 @@ config SENSORS_MAX8688 This driver can also be built as a module. If so, the module will be called max8688. +config SENSORS_PXE1610 + tristate "Infineon PXE1610" + help + If you say yes here you get hardware monitoring support for Infineon + PXE1610. + + This driver can also be built as a module. If so, the module will + be called pxe1610. + config SENSORS_TPS40422 tristate "TI TPS40422" help |