File tree Expand file tree Collapse file tree 3 files changed +514
-0
lines changed
Expand file tree Collapse file tree 3 files changed +514
-0
lines changed Original file line number Diff line number Diff 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+
17061716config SENSORS_VEXPRESS
17071717 tristate "Versatile Express"
17081718 depends on VEXPRESS_CONFIG
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ obj-$(CONFIG_SENSORS_TMP103) += tmp103.o
166166obj-$(CONFIG_SENSORS_TMP108) += tmp108.o
167167obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
168168obj-$(CONFIG_SENSORS_TMP421) += tmp421.o
169+ obj-$(CONFIG_SENSORS_TMP428) += tmp428.o
170+ obj-$(CONFIG_SENSORS_TMP468) += tmp468.o
169171obj-$(CONFIG_SENSORS_VEXPRESS) += vexpress-hwmon.o
170172obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+ = via-cputemp.o
171173obj-$(CONFIG_SENSORS_VIA686A) += via686a.o
You can’t perform that action at this time.
0 commit comments