Skip to content

Commit 57c7c3a

Browse files
Darrick J. WongMark M. Hoffman
authored andcommitted
hwmon: IBM power meter driver
Add a driver to export IBM PowerExecutive power meter sensors. Signed-off-by: Darrick J. Wong <[email protected]> Signed-off-by: Mark M. Hoffman <[email protected]>
1 parent c940336 commit 57c7c3a

File tree

3 files changed

+622
-0
lines changed

3 files changed

+622
-0
lines changed

drivers/hwmon/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,19 @@ config SENSORS_CORETEMP
295295
sensor inside your CPU. Supported all are all known variants
296296
of Intel Core family.
297297

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+
298311
config SENSORS_IT87
299312
tristate "ITE IT87xx and compatibles"
300313
select HWMON_VID

drivers/hwmon/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o
3737
obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o
3838
obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o
3939
obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o
40+
obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o
4041
obj-$(CONFIG_SENSORS_IT87) += it87.o
4142
obj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o
4243
obj-$(CONFIG_SENSORS_LM63) += lm63.o

0 commit comments

Comments
 (0)