diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-27 07:15:27 +0300 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 08:39:07 +0300 |
commit | a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3 (patch) | |
tree | fad179f16a410ef12f694c146a2a3db1d26ffed9 /drivers/hwmon/Kconfig | |
parent | dcb7d0668b178deec81db128b9fbab29190063c4 (diff) | |
download | linux-a3eeb453539d7ad9c0d8cced1e0883a6a8ed18f3.tar.xz |
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 This driver can also be built as a module. If so, the module will be called max16064. +config SENSORS_MAX34440 + tristate "Maxim MAX34440/MAX34441" + default n + help + If you say yes here you get hardware monitoring support for Maxim + MAX34440 and MAX34441. + + This driver can also be built as a module. If so, the module will + be called max34440. + config SENSORS_MAX8688 tristate "Maxim MAX8688" default n |