diff options
author | Ibrahim Tilki <Ibrahim.Tilki@analog.com> | 2022-09-10 20:19:42 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-09-20 17:10:58 +0300 |
commit | 38b04ad02d0da956b697ff93c5c23e21cdb4cddc (patch) | |
tree | 55f8501ca5f829847716dcb7b9078efbb5fdea36 /drivers/hwmon/Kconfig | |
parent | 0cb15e8ae0f8e7f00f2da726541bfa44718fb955 (diff) | |
download | linux-38b04ad02d0da956b697ff93c5c23e21cdb4cddc.tar.xz |
drivers: hwmon: Add max31760 fan speed controller driver
MAX31760 is a precision fan speed controller with nonvolatile lookup table.
Device has one internal and one external temperature sensor support.
Controls two fans and measures their speeds. Generates hardware alerts when
programmable max and critical temperatures are exceeded.
Signed-off-by: Ibrahim Tilki <Ibrahim.Tilki@analog.com>
Reviewed-by: Nurettin Bolucu <Nurettin.Bolucu@analog.com>
Link: https://lore.kernel.org/r/20220910171945.48088-2-Ibrahim.Tilki@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 96545763a52e..5695b266abcf 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1067,6 +1067,18 @@ config SENSORS_MAX31730 This driver can also be built as a module. If so, the module will be called max31730. +config SENSORS_MAX31760 + tristate "MAX31760 fan speed controller" + depends on I2C + select REGMAP_I2C + help + Support for the Analog Devices MAX31760 Precision Fan-Speed + Controller. MAX31760 integrates temperature sensing along with + precision PWM fan control. + + This driver can also be built as a module. If so, the module + will be called max31760. + config SENSORS_MAX6620 tristate "Maxim MAX6620 fan controller" depends on I2C |