diff options
author | Guenter Roeck <linux@roeck-us.net> | 2019-12-06 07:26:24 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-01-24 00:15:10 +0300 |
commit | cce209581a61d01f2b7309bed68d22fd8af34ee4 (patch) | |
tree | b5e57f30eef9ce5439a16872d96eae7dc7d73e44 /drivers/hwmon/pmbus/Kconfig | |
parent | 931f397bc6243f2def1f2c147d415cfcd83a3df5 (diff) | |
download | linux-cce209581a61d01f2b7309bed68d22fd8af34ee4.tar.xz |
hwmon: (pmbus) Driver for MAX20730, MAX20734, and MAX20743
Add support for Maxim MAX20730, MAX20734, MAX20743 Integrated,
Step-Down Switching Regulators with PMBus support.
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 76fe5488d5fb..245a1c249b53 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -145,6 +145,15 @@ config SENSORS_MAX16064 This driver can also be built as a module. If so, the module will be called max16064. +config SENSORS_MAX20730 + tristate "Maxim MAX20730, MAX20734, MAX20743" + help + If you say yes here you get hardware monitoring support for Maxim + MAX20730, MAX20734, and MAX20743. + + This driver can also be built as a module. If so, the module will + be called max20730. + config SENSORS_MAX20751 tristate "Maxim MAX20751" help |