blob: 4bcc025e8c8a5a41c5918bbd86cfb3d668fd7969 [file] [log] [blame]
Matt Ranostaycd8d97772015-09-13 20:26:14 -07001#
2# Chemical sensors
3#
4
5menu "Chemical Sensors"
6
Matt Ranostay27dec002016-01-26 18:34:31 -08007config ATLAS_PH_SENSOR
Matt Ranostaye8dd92b2016-05-24 21:29:20 -07008 tristate "Atlas Scientific OEM SM sensors"
Matt Ranostay27dec002016-01-26 18:34:31 -08009 depends on I2C
10 select REGMAP_I2C
11 select IIO_BUFFER
12 select IIO_TRIGGERED_BUFFER
Arnd Bergmann3b31b782016-02-02 15:36:39 +010013 select IRQ_WORK
Matt Ranostay27dec002016-01-26 18:34:31 -080014 help
Matt Ranostaye8dd92b2016-05-24 21:29:20 -070015 Say Y here to build I2C interface support for the following
16 Atlas Scientific OEM SM sensors:
17 * pH SM sensor
18 * EC SM sensor
Matt Ranostay27dec002016-01-26 18:34:31 -080019
20 To compile this driver as module, choose M here: the
21 module will be called atlas-ph-sensor.
22
Matt Ranostay466df4d2015-12-05 22:58:22 -080023config IAQCORE
24 tristate "AMS iAQ-Core VOC sensors"
25 depends on I2C
26 help
27 Say Y here to build I2C interface support for the AMS
28 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
29 sensors
30
Matt Ranostaycd8d97772015-09-13 20:26:14 -070031config VZ89X
32 tristate "SGX Sensortech MiCS VZ89X VOC sensor"
33 depends on I2C
34 help
35 Say Y here to build I2C interface support for the SGX
36 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
37 sensors
38
39endmenu