diff options
author | Vadim Pasternak <vadimp@mellanox.com> | 2017-08-31 00:02:14 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-08-31 03:01:08 +0200 |
commit | 610526527a13e4c91e64ec3dfb4626c5043291c9 (patch) | |
tree | d1065398f7ee8cef8616301b6359676ca571961b /drivers/hwmon/pmbus/Kconfig | |
parent | Merge remote-tracking branch 'lee/ib-mfd-hwmon-4.14' into hwmon-next (diff) | |
download | linux-610526527a13e4c91e64ec3dfb4626c5043291c9.tar.xz linux-610526527a13e4c91e64ec3dfb4626c5043291c9.zip |
hwmon: (pmbus) Add support for Texas Instruments tps53679 device
The below lists of VOUT_MODE command readout with their related VID
protocols, Digital to Analog Converter steps, supported by the device:
VR12.0 mode, 5-mV DAC - 0x21
VR12.5 mode, 10-mV DAC - 0x22
VR13.0 mode, 10-mV DAC - 0x24
IMVP8 mode, 5-mV DAC - 0x25
VR13.0 mode, 5-mV DAC - 0x27
Signed-off-by: Vadim Pasternak <vadimp@mellanox.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 522ac37d8a69..40019325b517 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -144,6 +144,15 @@ config SENSORS_TPS40422 This driver can also be built as a module. If so, the module will be called tps40422. +config SENSORS_TPS53679 + tristate "TI TPS53679" + help + If you say yes here you get hardware monitoring support for TI + TPS53679. + + This driver can also be built as a module. If so, the module will + be called tps53679. + config SENSORS_UCD9000 tristate "TI UCD90120, UCD90124, UCD90160, UCD9090, UCD90910" default n |