diff options
author | xiao.ma <xiao.mx.ma@deltaww.com> | 2020-12-02 05:59:00 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-12-11 18:41:20 +0300 |
commit | d014538aa38561cd24c5eb228223585f26c5ec71 (patch) | |
tree | 53feb3577ab94486fd3d0fffb1312c8a7f66fad7 /drivers/hwmon/pmbus/Kconfig | |
parent | 7537862a90b8b9106d42ad2f53de2b96fd1673c5 (diff) | |
download | linux-d014538aa38561cd24c5eb228223585f26c5ec71.tar.xz |
hwmon: (pmbus) Driver for Delta power supplies Q54SJ108A2
The driver supports Q54SJ108A2 series modules of Delta.
Standard attributes are in sysfs, and other attributes are in debugfs.
Signed-off-by: xiao.ma <xiao.mx.ma@deltaww.com>
Link: https://lore.kernel.org/r/20201202025900.1842-1-max701@126.com
[groeck: Replaced spaces with tabs, dropped excessive spaces,
fixed module prefix in documentation]
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 9c846facce9f..03606d4298a4 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -238,6 +238,15 @@ config SENSORS_PXE1610 This driver can also be built as a module. If so, the module will be called pxe1610. +config SENSORS_Q54SJ108A2 + tristate "Delta Power Supplies Q54SJ108A2" + help + If you say yes here you get hardware monitoring support for Delta + Q54SJ108A2 series Power Supplies. + + This driver can also be built as a module. If so, the module will + be called q54sj108a2. + config SENSORS_TPS40422 tristate "TI TPS40422" help |