summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorDavid Ober <dober6023@gmail.com>2024-03-28 08:12:50 -0400
committerGuenter Roeck <linux@roeck-us.net>2024-04-30 10:31:26 -0700
commit70118f85e6538f5c376f57a3e8d621f1f3448754 (patch)
tree5f0c1aac56af5a17d272a79852293408a8dd8de0 /drivers/hwmon/Kconfig
parent916300902725b362d5008ee10825a39056f0b095 (diff)
downloadlinux-stable-70118f85e6538f5c376f57a3e8d621f1f3448754.tar.gz
linux-stable-70118f85e6538f5c376f57a3e8d621f1f3448754.tar.bz2
linux-stable-70118f85e6538f5c376f57a3e8d621f1f3448754.zip
hwmon: Add EC Chip driver for Lenovo ThinkStation motherboards
This addition adds in the ability for the system to scan the EC chip in the Lenovo ThinkStation systems to get the current fan RPM speeds the Maximum speed value for each fan also provides the CPU, DIMM other thermal statuses Signed-off-by: David Ober <dober6023@gmail.com> Link: https://lore.kernel.org/r/20240328121250.331146-1-dober6023@gmail.com [groeck: Dropped pointless case statements] [Colin King: Fixed spelling error accesssible -> accessible] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index c89776d91795..bafc0058c728 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -917,6 +917,16 @@ config SENSORS_LAN966X
This driver can also be built as a module. If so, the module
will be called lan966x-hwmon.
+config SENSORS_LENOVO_EC
+ tristate "Sensor reader for Lenovo ThinkStations"
+ depends on X86
+ help
+ If you say yes here you get support for LENOVO
+ EC Sensor data on newer ThinkStation systems
+
+ This driver can also be built as a module. If so, the module
+ will be called lenovo_ec_sensors.
+
config SENSORS_LINEAGE
tristate "Lineage Compact Power Line Power Entry Module"
depends on I2C