diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-26 23:14:26 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:39:07 -0400 |
commit | dcb7d0668b178deec81db128b9fbab29190063c4 (patch) | |
tree | f03d55f209649f0ced6b51e5b17d6883cd98f833 /drivers/hwmon/Kconfig | |
parent | 8ea3238ba16fbf06ff20b2979f894dc88383584a (diff) |
hwmon: (pmbus) Add support for Maxim MAX16064
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 521f191fcbe3..de91d7d6a38e 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -779,6 +779,16 @@ config SENSORS_PMBUS | |||
779 | This driver can also be built as a module. If so, the module will | 779 | This driver can also be built as a module. If so, the module will |
780 | be called pmbus. | 780 | be called pmbus. |
781 | 781 | ||
782 | config SENSORS_MAX16064 | ||
783 | tristate "Maxim MAX16064" | ||
784 | default n | ||
785 | help | ||
786 | If you say yes here you get hardware monitoring support for Maxim | ||
787 | MAX16064. | ||
788 | |||
789 | This driver can also be built as a module. If so, the module will | ||
790 | be called max16064. | ||
791 | |||
782 | config SENSORS_MAX8688 | 792 | config SENSORS_MAX8688 |
783 | tristate "Maxim MAX8688" | 793 | tristate "Maxim MAX8688" |
784 | default n | 794 | default n |