aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pmbus/Kconfig
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-11-03 15:53:02 +1100
committerGuenter Roeck <linux@roeck-us.net>2017-11-05 06:06:33 -0800
commit4d420a6a9ddd72bd25baa6e667dd0581506eeacb (patch)
tree6c819b5f598daa219a7f12806a75d3607586fa77 /drivers/hwmon/pmbus/Kconfig
parenthwmon: (aspeed-pwm-tacho) Sort headers (diff)
downloadlinux-dev-4d420a6a9ddd72bd25baa6e667dd0581506eeacb.tar.xz
linux-dev-4d420a6a9ddd72bd25baa6e667dd0581506eeacb.zip
pmbus: Add driver for Maxim MAX31785 Intelligent Fan Controller
The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan management with temperature and remote voltage sensing. It supports various fan control features, including PWM frequency control, temperature hysteresis, dual tachometer measurements, and fan health monitoring. This patch presents a basic driver using only the existing features of the PMBus subsystem. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> [groeck: Modified description to clarify that fan control is not yet provided] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/pmbus/Kconfig')
-rw-r--r--drivers/hwmon/pmbus/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig
index 40019325b517..08479006c7f9 100644
--- a/drivers/hwmon/pmbus/Kconfig
+++ b/drivers/hwmon/pmbus/Kconfig
@@ -114,6 +114,16 @@ config SENSORS_MAX20751
This driver can also be built as a module. If so, the module will
be called max20751.
+config SENSORS_MAX31785
+ tristate "Maxim MAX31785 and compatibles"
+ default n
+ help
+ If you say yes here you get hardware monitoring support for Maxim
+ MAX31785.
+
+ This driver can also be built as a module. If so, the module will
+ be called max31785.
+
config SENSORS_MAX34440
tristate "Maxim MAX34440 and compatibles"
default n