diff options
author | Ludovic Tancerel <ludovic.tancerel@maplehightech.com> | 2015-10-01 17:13:40 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-10-11 12:21:20 +0300 |
commit | 64a70c6502111a2d5bd1dd5eddfa33039aa897b7 (patch) | |
tree | a53b32320114ae9dc89c63b3b69c4fca8e657be2 /drivers/iio/pressure/Makefile | |
parent | 2b5c53d2c958bda92310d1b371a9314f4aa8c274 (diff) | |
download | linux-64a70c6502111a2d5bd1dd5eddfa33039aa897b7.tar.xz |
Add ms5637 meas-spec driver support
Support for MS5637 temperature & pressure sensor
Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Makefile')
-rw-r--r-- | drivers/iio/pressure/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Makefile b/drivers/iio/pressure/Makefile index a4f98f8d90ed..46571c96823f 100644 --- a/drivers/iio/pressure/Makefile +++ b/drivers/iio/pressure/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_MPL3115) += mpl3115.o obj-$(CONFIG_MS5611) += ms5611_core.o obj-$(CONFIG_MS5611_I2C) += ms5611_i2c.o obj-$(CONFIG_MS5611_SPI) += ms5611_spi.o +obj-$(CONFIG_MS5637) += ms5637.o obj-$(CONFIG_IIO_ST_PRESS) += st_pressure.o st_pressure-y := st_pressure_core.o st_pressure-$(CONFIG_IIO_BUFFER) += st_pressure_buffer.o |