summaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical/Kconfig
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2020-05-11 05:32:14 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-05-16 17:57:06 +0100
commit8712b3098b3d0397fc712382b5462fad3ca8dd0b (patch)
treea20a431ac5deb6724f286170126b1c66c14552d2 /drivers/iio/chemical/Kconfig
parent92ca6bca609e44afbc2f381701ac4846c5531fa9 (diff)
downloadlinux-stable-8712b3098b3d0397fc712382b5462fad3ca8dd0b.tar.gz
linux-stable-8712b3098b3d0397fc712382b5462fad3ca8dd0b.tar.bz2
linux-stable-8712b3098b3d0397fc712382b5462fad3ca8dd0b.zip
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/Kconfig')
-rw-r--r--drivers/iio/chemical/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/chemical/Kconfig b/drivers/iio/chemical/Kconfig
index a7e65a59bf42..7f21afd73b1c 100644
--- a/drivers/iio/chemical/Kconfig
+++ b/drivers/iio/chemical/Kconfig
@@ -22,6 +22,17 @@ config ATLAS_PH_SENSOR
To compile this driver as module, choose M here: the
module will be called atlas-ph-sensor.
+config ATLAS_EZO_SENSOR
+ tristate "Atlas Scientific EZO sensors"
+ depends on I2C
+ help
+ Say Y here to build I2C interface support for the following
+ Atlas Scientific EZO sensors
+ * CO2 EZO Sensor
+
+ To compile this driver as module, choose M here: the
+ module will be called atlas-ezo-sensor.
+
config BME680
tristate "Bosch Sensortec BME680 sensor driver"
depends on (I2C || SPI)