aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/Makefile
diff options
context:
space:
mode:
authorCrt Mori <cmo@melexis.com>2018-01-11 11:20:23 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-02-04 10:21:48 +0000
commitc87742abfc80b3f80c4f7a546193ad78e4fed9b6 (patch)
tree4948be99b02b491458b6b9e1edc16b20bbbcd0c8 /drivers/iio/temperature/Makefile
parenta8062aa116aa6b25cbd4d1617162fa77f5414883 (diff)
iio: temperature: Adding support for MLX90632
Melexis has just released Infra Red temperature sensor MLX90632 used for contact-less temperature measurement. Driver provides basic functionality for reporting object (and ambient) temperature with support for object emissivity. Signed-off-by: Crt Mori <cmo@melexis.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 34bd9023727b..34a31db0bb63 100644
--- a/drivers/iio/temperature/Makefile
+++ b/drivers/iio/temperature/Makefile
@@ -6,6 +6,7 @@
obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o
obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
obj-$(CONFIG_MLX90614) += mlx90614.o
+obj-$(CONFIG_MLX90632) += mlx90632.o
obj-$(CONFIG_TMP006) += tmp006.o
obj-$(CONFIG_TMP007) += tmp007.o
obj-$(CONFIG_TSYS01) += tsys01.o