aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorShivaprasad G Bhat <sbhat@linux.vnet.ibm.com>2014-03-07 00:33:39 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-03-23 18:48:22 -0400
commit0de7f8a917b5202014430e0055c0e1db0348bd62 (patch)
treed869834afb6fa7c776e6e68030330bbe5c3c345d /drivers/hwmon/Kconfig
parent7224adbbb80329d1a3ec5aa98213b50365fcd246 (diff)
powerpc/powernv: hwmon driver for power values, fan rpm and temperature
This patch adds basic kernel enablement for reading power values, fan speed rpm and temperature values on powernv platforms which will be exported to user space through sysfs interface. Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com> Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 5ce43d8dfa98..ad4cdcbc618b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -557,6 +557,14 @@ config SENSORS_IBMPEX
557 This driver can also be built as a module. If so, the module 557 This driver can also be built as a module. If so, the module
558 will be called ibmpex. 558 will be called ibmpex.
559 559
560config SENSORS_IBMPOWERNV
561 tristate "IBM PowerNv Platform temperature/power/fan sensor"
562 depends on PPC_POWERNV
563 default y
564 help
565 If you say yes here you get support for the temperature/fan/power
566 sensors on your platform.
567
560config SENSORS_IIO_HWMON 568config SENSORS_IIO_HWMON
561 tristate "Hwmon driver that uses channels specified via iio maps" 569 tristate "Hwmon driver that uses channels specified via iio maps"
562 depends on IIO 570 depends on IIO