aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2011-01-26 23:09:02 -0500
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-03-15 01:36:26 -0400
commit442aba78728e77e03172ba83e905b9aff96febcf (patch)
treefe6c99958017922dafd4010c3af2c8c8b6441057 /drivers/hwmon/Kconfig
parent06923f84422371a6fb10b3efcd05b80ab48715c0 (diff)
hwmon: PMBus device driver
This driver adds support for hardware monitoring features of various PMBus devices. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index d4ffc6052083..ac116693e357 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -756,6 +756,31 @@ config SENSORS_PCF8591
756 These devices are hard to detect and rarely found on mainstream 756 These devices are hard to detect and rarely found on mainstream
757 hardware. If unsure, say N. 757 hardware. If unsure, say N.
758 758
759config PMBUS
760 tristate "PMBus support"
761 depends on I2C && EXPERIMENTAL
762 default n
763 help
764 Say yes here if you want to enable PMBus support.
765
766 This driver can also be built as a module. If so, the module will
767 be called pmbus_core.
768
769if PMBUS
770
771config SENSORS_PMBUS
772 tristate "Generic PMBus devices"
773 default n
774 help
775 If you say yes here you get hardware monitoring support for generic
776 PMBus devices, including but not limited to BMR450, BMR451, BMR453,
777 BMR454, and LTC2978.
778
779 This driver can also be built as a module. If so, the module will
780 be called pmbus.
781
782endif # PMBUS
783
759config SENSORS_SHT15 784config SENSORS_SHT15
760 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 785 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
761 depends on GENERIC_GPIO 786 depends on GENERIC_GPIO