diff options
author | Charles <hsu.yungteng@gmail.com> | 2020-12-02 07:11:04 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-12-07 16:59:37 +0100 |
commit | 7537862a90b8b9106d42ad2f53de2b96fd1673c5 (patch) | |
tree | 281e71d5cd5594a5d4cb993682d964fbb3888131 /drivers/hwmon/pmbus/Kconfig | |
parent | hwmon: (nct6683) Support NCT6687D. (diff) | |
download | linux-7537862a90b8b9106d42ad2f53de2b96fd1673c5.tar.xz linux-7537862a90b8b9106d42ad2f53de2b96fd1673c5.zip |
hwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator
Add the pmbus driver for the STMicroelectronics pm6764 voltage regulator.
the output voltage use the MFR_READ_VOUT 0xD4
vout value returned is linear11
Signed-off-by: Charles Hsu <hsu.yungteng@gmail.com>
[groeck: Fixed various compile errors; marked pm6764tr_of_match __maybe_unused]
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 a25faf69fce3..9c846facce9f 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -220,6 +220,15 @@ config SENSORS_MP2975 This driver can also be built as a module. If so, the module will be called mp2975. +config SENSORS_PM6764TR + tristate "ST PM6764TR" + help + If you say yes here you get hardware monitoring support for ST + PM6764TR. + + This driver can also be built as a module. If so, the module will + be called pm6764tr. + config SENSORS_PXE1610 tristate "Infineon PXE1610" help |