diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2024-12-20 10:36:34 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-12-22 09:20:29 -0800 |
commit | 6071d10413ff8489c3e842b19b1e0d539700068d (patch) | |
tree | 8d07c3c2fc4e731db17ea7d2633de2849ad2fe74 /drivers/hwmon/Kconfig | |
parent | bc96dc1a1cdad999ccd84a7ea6d5e0926c26d8ce (diff) |
hwmon: (lm75) add I3C support for P3T1755
Introduce I3C support by defining I3C accessors for regmap and
implementing an I3C driver. Enable I3C for the NXP P3T1755.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20241220093635.11218-1-wsa+renesas@sang-engineering.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index dd376602f3f1..86897b4d105f 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1412,7 +1412,9 @@ config SENSORS_LM73 config SENSORS_LM75 tristate "National Semiconductor LM75 and compatibles" depends on I2C + depends on I3C || !I3C select REGMAP_I2C + select REGMAP_I3C if I3C help If you say yes here you get support for one common type of temperature sensor chip, with models including: |