diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-05-27 10:49:10 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-06-10 09:13:41 -0700 |
commit | 09262e9814ca0851c937cab1f26df4ab207885a1 (patch) | |
tree | e70042f35646f18c87ffae5d6c6109d1611a872a /drivers/hwmon/Kconfig | |
parent | f3edbbd70bb7df08006c497a23b426cd70b229b3 (diff) | |
download | linux-09262e9814ca0851c937cab1f26df4ab207885a1.tar.gz linux-09262e9814ca0851c937cab1f26df4ab207885a1.tar.bz2 linux-09262e9814ca0851c937cab1f26df4ab207885a1.zip |
hwmon: Add support for SPD5118 compliant temperature sensors
Add support for SPD5118 (Jedec JESD300) compliant temperature
sensors. Such sensors are typically found on DDR5 memory modules.
Cc: René Rebe <rene@exactcode.de>
Cc: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
Tested-by: Thomas Weißschuh <linux@weissschuh.net>
Tested-by: Stephen Horvath <s.horvath@outlook.com.au>
Tested-by: Armin Wolf <W_Armin@gmx.de>
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 e14ae18a973b..7a84e7637b51 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -2181,6 +2181,18 @@ config SENSORS_INA3221 This driver can also be built as a module. If so, the module will be called ina3221. +config SENSORS_SPD5118 + tristate "SPD5118 Compliant Temperature Sensors" + depends on I2C + select REGMAP_I2C + help + If you say yes here you get support for SPD5118 (JEDEC JESD300) + compliant temperature sensors. Such sensors are found on DDR5 memory + modules. + + This driver can also be built as a module. If so, the module + will be called spd5118. + config SENSORS_TC74 tristate "Microchip TC74" depends on I2C |