diff options
author | Marcello Sylvester Bauer <sylv@sylv.io> | 2022-02-21 10:42:06 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-02-28 02:03:19 +0100 |
commit | d0cd978513f2e37c353ec2dcfbd863f97edb1dcd (patch) | |
tree | 2ccf673f894e3b1c5613e35a3d7b28861de25979 /drivers/hwmon/pmbus/Kconfig | |
parent | dt-bindings:trivial-devices: Add pli1209bc (diff) | |
download | linux-d0cd978513f2e37c353ec2dcfbd863f97edb1dcd.tar.xz linux-d0cd978513f2e37c353ec2dcfbd863f97edb1dcd.zip |
hwmon: (pmbus) Add support for pli1209bc
PLI1209BC is a Digital Supervisor from Vicor Corporation.
Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
Link: https://lore.kernel.org/r/4e016e66275bc46c90974aec18b150c874e64787.1645435888.git.sylv@sylv.io
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 c73aa50c7615..f18f67a94697 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -317,6 +317,15 @@ config SENSORS_PIM4328 This driver can also be built as a module. If so, the module will be called pim4328. +config SENSORS_PLI1209BC + tristate "Vicor PLI1209BC" + help + If you say yes here you get hardware monitoring support for Vicor + PLI1209BC Digital Supervisor. + + This driver can also be built as a module. If so, the module will + be called pli1209bc. + config SENSORS_PM6764TR tristate "ST PM6764TR" help |