diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-26 23:15:27 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:39:07 -0400 |
commit | a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3 (patch) | |
tree | fad179f16a410ef12f694c146a2a3db1d26ffed9 /drivers/hwmon/Kconfig | |
parent | dcb7d0668b178deec81db128b9fbab29190063c4 (diff) |
hwmon: (pmbus) Add support for Maxim MAX34440/MAX34441
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index de91d7d6a38e..19b0af40c7aa 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -789,6 +789,16 @@ config SENSORS_MAX16064 | |||
789 | This driver can also be built as a module. If so, the module will | 789 | This driver can also be built as a module. If so, the module will |
790 | be called max16064. | 790 | be called max16064. |
791 | 791 | ||
792 | config SENSORS_MAX34440 | ||
793 | tristate "Maxim MAX34440/MAX34441" | ||
794 | default n | ||
795 | help | ||
796 | If you say yes here you get hardware monitoring support for Maxim | ||
797 | MAX34440 and MAX34441. | ||
798 | |||
799 | This driver can also be built as a module. If so, the module will | ||
800 | be called max34440. | ||
801 | |||
792 | config SENSORS_MAX8688 | 802 | config SENSORS_MAX8688 |
793 | tristate "Maxim MAX8688" | 803 | tristate "Maxim MAX8688" |
794 | default n | 804 | default n |