diff options
author | Ludovic Tancerel <ludovic.tancerel@maplehightech.com> | 2015-10-01 17:13:38 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-10-11 12:21:19 +0300 |
commit | 53bf4d067d5115ac740bdc907023afe95e449fdd (patch) | |
tree | e5b8cfed754a35dda545ba0329f0eb13a1f27391 /drivers/iio/temperature/Makefile | |
parent | 43e53407f6805044bd13e8bf837e169d38ad0458 (diff) | |
download | linux-53bf4d067d5115ac740bdc907023afe95e449fdd.tar.xz |
Add tsys02d meas-spec driver support
Support for TSYS02D temperature sensor
Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.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 368a2a2ffe52..02bc79d49b24 100644 --- a/drivers/iio/temperature/Makefile +++ b/drivers/iio/temperature/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_MLX90614) += mlx90614.o obj-$(CONFIG_TMP006) += tmp006.o obj-$(CONFIG_TSYS01) += tsys01.o +obj-$(CONFIG_TSYS02D) += tsys02d.o |