diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-05-11 05:32:14 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-05-16 17:57:06 +0100 |
commit | 8712b3098b3d0397fc712382b5462fad3ca8dd0b (patch) | |
tree | a20a431ac5deb6724f286170126b1c66c14552d2 /drivers/iio/chemical/Makefile | |
parent | 92ca6bca609e44afbc2f381701ac4846c5531fa9 (diff) |
iio: chemical: add atlas-ezo-sensor initial support
Add driver for Atlas EZO line of sensors with initial support for
CO2 the sensor. This is effectively ASCII strings proxied over I2C
due to these series of sensors being by default UART.
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/chemical/Makefile')
-rw-r--r-- | drivers/iio/chemical/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/chemical/Makefile b/drivers/iio/chemical/Makefile index 33d3a595dda9..aba4167db745 100644 --- a/drivers/iio/chemical/Makefile +++ b/drivers/iio/chemical/Makefile @@ -5,6 +5,7 @@ # When adding new entries keep the list in alphabetical order obj-$(CONFIG_ATLAS_PH_SENSOR) += atlas-sensor.o +obj-$(CONFIG_ATLAS_EZO_SENSOR) += atlas-ezo-sensor.o obj-$(CONFIG_BME680) += bme680_core.o obj-$(CONFIG_BME680_I2C) += bme680_i2c.o obj-$(CONFIG_BME680_SPI) += bme680_spi.o |