summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Makefile
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2019-10-11 10:40:37 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-10-22 11:34:19 +0100
commitf110f3188e5639c81c457b2b831d40dfe3891bdb (patch)
tree7855d7579ad5bfd79c1f67961fdd16de885f258d /drivers/iio/temperature/Makefile
parent2f4292a821711ec9f2c7781d1ee1a9570940bd02 (diff)
iio: temperature: Add support for LTC2983
The LTC2983 is a Multi-Sensor High Accuracy Digital Temperature Measurement System. It measures a wide variety of temperature sensors and digitally outputs the result, in °C or °F, with 0.1°C accuracy and 0.001°C resolution. It can measure the temperature of all standard thermocouples (type B,E,J,K,N,S,R,T), standard 2-,3-,4-wire RTDs, thermistors and diodes. Signed-off-by: Nuno Sá <nuno.sa@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/temperature/Makefile')
-rw-r--r--drivers/iio/temperature/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Makefile b/drivers/iio/temperature/Makefile
index baca4776ca0d..d6b850b0cf63 100644
--- a/drivers/iio/temperature/Makefile
+++ b/drivers/iio/temperature/Makefile
@@ -3,6 +3,7 @@
# Makefile for industrial I/O temperature drivers
#
+obj-$(CONFIG_LTC2983) += ltc2983.o
obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o
obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
obj-$(CONFIG_MAX31856) += max31856.o