diff options
author | Kun Yi <kunyi@google.com> | 2018-07-04 01:26:49 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-07-09 06:08:13 +0300 |
commit | 7a001dbab4ade869a149318f5f112c4f185a40dc (patch) | |
tree | 55eb5f32c8f134406fcccf6edb2ff22ef1cfe101 /drivers/hwmon/pmbus/Kconfig | |
parent | fb41a710f84efd1f7a85ffcc4adead6a971b5163 (diff) | |
download | linux-7a001dbab4ade869a149318f5f112c4f185a40dc.tar.xz |
hwmon: (pmbus/max34440) Add support for MAX34451.
MAX34451 is a 16-Channel Voltage/Current Monitor and 12-Channel
Sequencer.
Signed-off-by: Kun Yi <kunyi@google.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r-- | drivers/hwmon/pmbus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index e71aec69e76e..a82018aaf473 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -130,7 +130,7 @@ config SENSORS_MAX34440 default n help If you say yes here you get hardware monitoring support for Maxim - MAX34440, MAX34441, MAX34446, MAX34460, and MAX34461. + MAX34440, MAX34441, MAX34446, MAX34451, MAX34460, and MAX34461. This driver can also be built as a module. If so, the module will be called max34440. |