diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-11-12 11:52:00 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-11-12 13:54:55 -0800 |
commit | c40655e3310649866c4ebf7a10f0d53802ebdfa9 (patch) | |
tree | 3bc415b0cc8a365f41efc2a5ba2fe5cbad33ef7c /drivers/hwmon/Kconfig | |
parent | 700f3250198d51093884254220a96777a922dd47 (diff) | |
download | lwn-c40655e3310649866c4ebf7a10f0d53802ebdfa9.tar.gz lwn-c40655e3310649866c4ebf7a10f0d53802ebdfa9.zip |
hwmon: (tmp108) Add support for I3C device
Add support for I3C device in the tmp108 driver to handle the P3T1085
sensor. Register the I3C device driver to enable I3C functionality for the
sensor.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Message-ID: <20241112-p3t1085-v4-2-a1334314b1e6@nxp.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 7b9b52fa731c..ad20dc8506f9 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -2298,6 +2298,7 @@ config SENSORS_TMP108 tristate "Texas Instruments TMP108" depends on I2C select REGMAP_I2C + select REGMAP_I3C if I3C help If you say yes here you get support for Texas Instruments TMP108 sensor chips and NXP P3T1085. |