2015-09-14 03:26:14 +00:00
|
|
|
#
|
|
|
|
# Chemical sensors
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Chemical Sensors"
|
|
|
|
|
2016-01-27 02:34:31 +00:00
|
|
|
config ATLAS_PH_SENSOR
|
2016-05-25 04:29:20 +00:00
|
|
|
tristate "Atlas Scientific OEM SM sensors"
|
2016-01-27 02:34:31 +00:00
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2016-02-02 14:36:39 +00:00
|
|
|
select IRQ_WORK
|
2016-01-27 02:34:31 +00:00
|
|
|
help
|
2016-05-25 04:29:20 +00:00
|
|
|
Say Y here to build I2C interface support for the following
|
|
|
|
Atlas Scientific OEM SM sensors:
|
|
|
|
* pH SM sensor
|
|
|
|
* EC SM sensor
|
2016-08-19 20:36:11 +00:00
|
|
|
* ORP SM sensor
|
2016-01-27 02:34:31 +00:00
|
|
|
|
|
|
|
To compile this driver as module, choose M here: the
|
|
|
|
module will be called atlas-ph-sensor.
|
|
|
|
|
2017-07-17 19:28:03 +00:00
|
|
|
config CCS811
|
|
|
|
tristate "AMS CCS811 VOC sensor"
|
|
|
|
depends on I2C
|
2017-08-17 11:34:29 +00:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2017-07-17 19:28:03 +00:00
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the AMS
|
|
|
|
CCS811 VOC (Volatile Organic Compounds) sensor
|
|
|
|
|
2015-12-06 06:58:22 +00:00
|
|
|
config IAQCORE
|
|
|
|
tristate "AMS iAQ-Core VOC sensors"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the AMS
|
|
|
|
iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
|
|
|
|
sensors
|
|
|
|
|
2015-09-14 03:26:14 +00:00
|
|
|
config VZ89X
|
|
|
|
tristate "SGX Sensortech MiCS VZ89X VOC sensor"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the SGX
|
|
|
|
Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
|
|
|
|
sensors
|
|
|
|
|
|
|
|
endmenu
|