aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
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