summaryrefslogtreecommitdiff
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorYi Li <adamliyi@msn.com>2016-01-05 07:10:13 +0300
committerJoel Stanley <joel@jms.id.au>2016-03-21 04:06:21 +0300
commit4b80cdd28ba56e479a622757764c93ed77f36594 (patch)
tree3a6c5a4414fd9ef86f2af8e4df7c07e4c4178761 /drivers/hwmon/Kconfig
parent8dfb2332b51b49fab9261ef7b923d6bdcc9a6e95 (diff)
downloadlinux-4b80cdd28ba56e479a622757764c93ed77f36594.tar.xz
hwmon: Add Power8 OCC hwmon driver
Adds a hwmon driver for BMC to monitor Power8 CPU sensors via On Chip Controller. Signed-off-by: Yi Li <adamliyi@msn.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 80a73bfc1a65..399ff70347a0 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1186,6 +1186,19 @@ config SENSORS_NCT7904
This driver can also be built as a module. If so, the module
will be called nct7904.
+config SENSORS_POWER8_OCC_I2C
+ tristate "Power8 On Chip Controller i2c driver"
+ depends on I2C
+ help
+ If you say yes here you get support to monitor Power8 CPU
+ sensors via the On Chip Controller (OCC) over the i2c bus.
+
+ Generally this is used by management controllers such as a BMC
+ on an OpenPower system.
+
+ This driver can also be built as a module. If so, the module
+ will be called power8_occ_i2c.
+
config SENSORS_PCF8591
tristate "Philips PCF8591 ADC/DAC"
depends on I2C