diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-09-29 23:12:08 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:36:25 -0400 |
commit | 502b5a0199209001b34b623132ea313790acbd5d (patch) | |
tree | 4babcea2beef914a84862596391ba20df586c814 /drivers/hwmon/Kconfig | |
parent | 4e9be650597bffec5885a8c1abad1e4ffb0bcca3 (diff) |
hwmon: Add support for Lineage Compact Power Line PEM devices
This patch adds support for hardware monitoring of Lineage Compact Power Line
Power Entry Modules.
Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3bd993b0a3c8..d4ffc6052083 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -467,6 +467,17 @@ config SENSORS_JC42 | |||
467 | This driver can also be built as a module. If so, the module | 467 | This driver can also be built as a module. If so, the module |
468 | will be called jc42. | 468 | will be called jc42. |
469 | 469 | ||
470 | config SENSORS_LINEAGE | ||
471 | tristate "Lineage Compact Power Line Power Entry Module" | ||
472 | depends on I2C && EXPERIMENTAL | ||
473 | help | ||
474 | If you say yes here you get support for the Lineage Compact Power Line | ||
475 | series of DC/DC and AC/DC converters such as CP1800, CP2000AC, | ||
476 | CP2000DC, CP2725, and others. | ||
477 | |||
478 | This driver can also be built as a module. If so, the module | ||
479 | will be called lineage-pem. | ||
480 | |||
470 | config SENSORS_LM63 | 481 | config SENSORS_LM63 |
471 | tristate "National Semiconductor LM63 and LM64" | 482 | tristate "National Semiconductor LM63 and LM64" |
472 | depends on I2C | 483 | depends on I2C |