diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-17 16:16:01 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-05-19 11:19:41 -0400 |
commit | 83f7649c52871d4b0799c209c364374b682fa4a8 (patch) | |
tree | e39a462b73225034026277767fa45de9832a7975 /drivers/hwmon/Kconfig | |
parent | 0c0a0615163e025eb978547969467012529e01d5 (diff) |
hwmon: (pmbus) Add support for Analog Devices ADM1275
Add support for Analog Devices ADM1275 Hot-Swap Controller and Digital Power
Monitor
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
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 d00fd39f6ee3..4abd3735a76e 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -827,6 +827,16 @@ config SENSORS_PMBUS | |||
827 | This driver can also be built as a module. If so, the module will | 827 | This driver can also be built as a module. If so, the module will |
828 | be called pmbus. | 828 | be called pmbus. |
829 | 829 | ||
830 | config SENSORS_ADM1275 | ||
831 | tristate "Analog Devices ADM1275" | ||
832 | default n | ||
833 | help | ||
834 | If you say yes here you get hardware monitoring support for Analog | ||
835 | Devices ADM1275 Hot-Swap Controller and Digital Power Monitor. | ||
836 | |||
837 | This driver can also be built as a module. If so, the module will | ||
838 | be called adm1275. | ||
839 | |||
830 | config SENSORS_MAX16064 | 840 | config SENSORS_MAX16064 |
831 | tristate "Maxim MAX16064" | 841 | tristate "Maxim MAX16064" |
832 | default n | 842 | default n |