Skip to content

Commit 47f1160

Browse files
mranostayRobertCNelson
authored andcommitted
hwmon: add tmp648 driver from Arista Networks
Ref: https://github.com/aristanetworks/sonic/blob/master/src/tmp468.c Signed-off-by: Matt Ranostay <[email protected]>
1 parent f2e6a24 commit 47f1160

File tree

3 files changed

+514
-0
lines changed

3 files changed

+514
-0
lines changed

drivers/hwmon/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,6 +1703,16 @@ config SENSORS_TMP421
17031703
This driver can also be built as a module. If so, the module
17041704
will be called tmp421.
17051705

1706+
config SENSORS_TMP468
1707+
tristate "Texas Instruments TMP468 and compatible"
1708+
depends on I2C
1709+
help
1710+
If you say yes here you get support for Texas Instruments TMP464,
1711+
and TMP468 temperature sensor chips.
1712+
1713+
This driver can also be built as a module. If so, the module
1714+
will be called tmp468.
1715+
17061716
config SENSORS_VEXPRESS
17071717
tristate "Versatile Express"
17081718
depends on VEXPRESS_CONFIG

drivers/hwmon/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ obj-$(CONFIG_SENSORS_TMP103) += tmp103.o
166166
obj-$(CONFIG_SENSORS_TMP108) += tmp108.o
167167
obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
168168
obj-$(CONFIG_SENSORS_TMP421) += tmp421.o
169+
obj-$(CONFIG_SENSORS_TMP428) += tmp428.o
170+
obj-$(CONFIG_SENSORS_TMP468) += tmp468.o
169171
obj-$(CONFIG_SENSORS_VEXPRESS) += vexpress-hwmon.o
170172
obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o
171173
obj-$(CONFIG_SENSORS_VIA686A) += via686a.o

0 commit comments

Comments
 (0)