diff options
author | Jeff LaBundy <jeff@labundy.com> | 2020-02-17 00:32:09 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-03-27 09:25:50 +0100 |
commit | 8ba447109af4e0bcbc38fac1b134f207c66ab39e (patch) | |
tree | 41a9bcfb60e4a6155cb4849ba55eccd1ea491b38 /drivers/iio/temperature/Makefile | |
parent | input: keyboard: Add support for Azoteq IQS620A/621/622/624/625 (diff) | |
download | linux-8ba447109af4e0bcbc38fac1b134f207c66ab39e.tar.xz linux-8ba447109af4e0bcbc38fac1b134f207c66ab39e.zip |
iio: temperature: Add support for Azoteq IQS620AT temperature sensor
This patch adds support for the Azoteq IQS620AT temperature sensor,
capable of reporting its absolute die temperature.
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/iio/temperature/Makefile')
-rw-r--r-- | drivers/iio/temperature/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Makefile b/drivers/iio/temperature/Makefile index d6b850b0cf63..90c113115422 100644 --- a/drivers/iio/temperature/Makefile +++ b/drivers/iio/temperature/Makefile @@ -3,6 +3,7 @@ # Makefile for industrial I/O temperature drivers # +obj-$(CONFIG_IQS620AT_TEMP) += iqs620at-temp.o obj-$(CONFIG_LTC2983) += ltc2983.o obj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o |