diff options
author | Vadim Pasternak <vadimp@mellanox.com> | 2020-01-13 16:08:38 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-01-23 22:15:10 +0100 |
commit | 583dc921275c5a0cc7f657550cbf0caae7bf49c3 (patch) | |
tree | cf333c574faf89486e366870d2089904fdd5d74a /drivers/hwmon/pmbus/Kconfig | |
parent | hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modes (diff) | |
download | linux-583dc921275c5a0cc7f657550cbf0caae7bf49c3.tar.xz linux-583dc921275c5a0cc7f657550cbf0caae7bf49c3.zip |
hwmon: (pmbus/tps53679) Extend device list supported by driver
Extends driver with support of the additional devices:
Texas Instruments Dual channel DCAP+ multiphase controllers: TPS53688.
Extend Kconfig with added device.
Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Link: https://lore.kernel.org/r/20200113150841.17670-4-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 245a1c249b53..212c4dbf3942 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -209,10 +209,10 @@ config SENSORS_TPS40422 be called tps40422. config SENSORS_TPS53679 - tristate "TI TPS53679" + tristate "TI TPS53679, TPS53688" help If you say yes here you get hardware monitoring support for TI - TPS53679. + TPS53679, TPS53688 This driver can also be built as a module. If so, the module will be called tps53679. |