diff options
author | Tomasz Duszynski <tduszyns@gmail.com> | 2015-03-14 21:29:31 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-03-15 11:47:46 +0000 |
commit | c0644160a8b5e56b3c3896d77ac3d50d41fa9336 (patch) | |
tree | 9cd8486122d69d05455b20b7e831758e55917514 /drivers/iio/pressure/Makefile | |
parent | 8b0544263761adbc7308f6910cdcc0d601782cb1 (diff) | |
download | blackbird-op-linux-c0644160a8b5e56b3c3896d77ac3d50d41fa9336.tar.gz blackbird-op-linux-c0644160a8b5e56b3c3896d77ac3d50d41fa9336.zip |
iio: pressure: add support for MS5611 pressure and temperature sensor
Add support for Measurement Specialities MS5611 pressure
and temperature sensor.
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Makefile')
-rw-r--r-- | drivers/iio/pressure/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Makefile b/drivers/iio/pressure/Makefile index 88011f2ae00e..a4f98f8d90ed 100644 --- a/drivers/iio/pressure/Makefile +++ b/drivers/iio/pressure/Makefile @@ -7,6 +7,9 @@ obj-$(CONFIG_BMP280) += bmp280.o obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o obj-$(CONFIG_MPL115) += mpl115.o 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_IIO_ST_PRESS) += st_pressure.o st_pressure-y := st_pressure_core.o st_pressure-$(CONFIG_IIO_BUFFER) += st_pressure_buffer.o |