aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/Makefile
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-05-20 21:13:32 -0500
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-05-27 10:51:58 +0100
commitba6ec48e76bcd405c47d90b4497ddbcd4c9a578f (patch)
tree0d398aaf4e6c9d11c737c6ead3b5287fbe6a28fa /drivers/iio/pressure/Makefile
parentstaging: iio: adis16240: add of_match_table entry (diff)
downloadlinux-dev-ba6ec48e76bcd405c47d90b4497ddbcd4c9a578f.tar.xz
linux-dev-ba6ec48e76bcd405c47d90b4497ddbcd4c9a578f.zip
iio: Add driver for Infineon DPS310
The DPS310 is a temperature and pressure sensor. It can be accessed over i2c and SPI, but this driver only supports polling over i2c. Signed-off-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/pressure/Makefile')
-rw-r--r--drivers/iio/pressure/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Makefile b/drivers/iio/pressure/Makefile
index c2058d7b2f93..d8f5ace1f25d 100644
--- a/drivers/iio/pressure/Makefile
+++ b/drivers/iio/pressure/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_BMP280) += bmp280.o
bmp280-objs := bmp280-core.o bmp280-regmap.o
obj-$(CONFIG_BMP280_I2C) += bmp280-i2c.o
obj-$(CONFIG_BMP280_SPI) += bmp280-spi.o
+obj-$(CONFIG_DPS310) += dps310.o
obj-$(CONFIG_IIO_CROS_EC_BARO) += cros_ec_baro.o
obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
obj-$(CONFIG_HP03) += hp03.o