mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
hwmon: Add driver for Astera Labs PT5161L retimer
This driver implements support for temperature monitoring of Astera Labs PT5161L series PCIe retimer chips. This driver implementation originates from the CSDK available at Link: https://github.com/facebook/openbmc/tree/helium/common/recipes-lib/retimer-v2.14 The communication protocol utilized is based on the I2C/SMBus standard. Signed-off-by: Cosmo Chou <chou.cosmo@gmail.com> Link: https://lore.kernel.org/r/20240206125420.3884300-2-chou.cosmo@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
1a793caf6f
commit
1b2ca93cd0
@@ -1755,6 +1755,16 @@ source "drivers/hwmon/peci/Kconfig"
|
||||
|
||||
source "drivers/hwmon/pmbus/Kconfig"
|
||||
|
||||
config SENSORS_PT5161L
|
||||
tristate "Astera Labs PT5161L PCIe retimer hardware monitoring"
|
||||
depends on I2C
|
||||
help
|
||||
If you say yes here you get support for temperature monitoring
|
||||
on the Astera Labs PT5161L PCIe retimer.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called pt5161l.
|
||||
|
||||
config SENSORS_PWM_FAN
|
||||
tristate "PWM fan"
|
||||
depends on (PWM && OF) || COMPILE_TEST
|
||||
|
||||
Reference in New Issue
Block a user