diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2007-09-14 15:33:46 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-09 22:56:32 -0400 |
commit | 57c7c3a0fdea95eddcaeba31e7ca7dfc917682ab (patch) | |
tree | d315854afedf0fbb5b6d83849ed2c8c27c153b7f /drivers/hwmon/Kconfig | |
parent | c940336b4403540c498fceb102c7142799252129 (diff) |
hwmon: IBM power meter driver
Add a driver to export IBM PowerExecutive power meter sensors.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 52511742b335..b8854b94807f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -295,6 +295,19 @@ config SENSORS_CORETEMP | |||
295 | sensor inside your CPU. Supported all are all known variants | 295 | sensor inside your CPU. Supported all are all known variants |
296 | of Intel Core family. | 296 | of Intel Core family. |
297 | 297 | ||
298 | config SENSORS_IBMPEX | ||
299 | tristate "IBM PowerExecutive temperature/power sensors" | ||
300 | select IPMI_SI | ||
301 | depends on IPMI_HANDLER | ||
302 | help | ||
303 | If you say yes here you get support for the temperature and | ||
304 | power sensors in various IBM System X servers that support | ||
305 | PowerExecutive. So far this includes the x3550, x3650, x3655, | ||
306 | x3755, and certain HS20 blades. | ||
307 | |||
308 | This driver can also be built as a module. If so, the module | ||
309 | will be called ibmpex. | ||
310 | |||
298 | config SENSORS_IT87 | 311 | config SENSORS_IT87 |
299 | tristate "ITE IT87xx and compatibles" | 312 | tristate "ITE IT87xx and compatibles" |
300 | select HWMON_VID | 313 | select HWMON_VID |