2015-09-14 11:26:14 +08:00
|
|
|
#
|
|
|
|
# Chemical sensors
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Chemical Sensors"
|
|
|
|
|
2016-01-27 10:34:31 +08:00
|
|
|
config ATLAS_PH_SENSOR
|
2016-05-25 12:29:20 +08:00
|
|
|
tristate "Atlas Scientific OEM SM sensors"
|
2016-01-27 10:34:31 +08:00
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2016-02-02 22:36:39 +08:00
|
|
|
select IRQ_WORK
|
2016-01-27 10:34:31 +08:00
|
|
|
help
|
2016-05-25 12:29:20 +08: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-20 04:36:11 +08:00
|
|
|
* ORP SM sensor
|
2016-01-27 10:34:31 +08:00
|
|
|
|
|
|
|
To compile this driver as module, choose M here: the
|
|
|
|
module will be called atlas-ph-sensor.
|
|
|
|
|
2015-12-06 14:58:22 +08: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 11:26:14 +08: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
|