diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-02-24 15:40:22 +0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-19 05:27:52 +0400 |
commit | 590defe59ef9596dcd892d2d8395d730c510323d (patch) | |
tree | d186bfff6b0eb41d8dec801eaad8869c06ef6dbe /drivers/hwmon/pmbus/Kconfig | |
parent | 60b873e3329891cd86cf5a2629157dc0022f8beb (diff) | |
download | linux-590defe59ef9596dcd892d2d8395d730c510323d.tar.xz |
hwmon: (max34440) Add support for MAX34446
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 d1aa2dbd5b75..1f0d0110b6b8 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -68,11 +68,11 @@ config SENSORS_MAX16064 be called max16064. config SENSORS_MAX34440 - tristate "Maxim MAX34440/MAX34441" + tristate "Maxim MAX34440 and compatibles" default n help If you say yes here you get hardware monitoring support for Maxim - MAX34440 and MAX34441. + MAX34440, MAX34441, and MAX34446. This driver can also be built as a module. If so, the module will be called max34440. |