blob: cea7f9857a1f7ee920ef6db7eb4aaf8bca32980e [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 Ranostayce08cc92016-08-19 13:36:11 -070019 * ORP SM sensor
Matt Ranostay27dec002016-01-26 18:34:31 -080020
21 To compile this driver as module, choose M here: the
22 module will be called atlas-ph-sensor.
23
Matt Ranostay466df4d2015-12-05 22:58:22 -080024config IAQCORE
25 tristate "AMS iAQ-Core VOC sensors"
26 depends on I2C
27 help
28 Say Y here to build I2C interface support for the AMS
29 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
30 sensors
31
Matt Ranostaycd8d97772015-09-13 20:26:14 -070032config VZ89X
33 tristate "SGX Sensortech MiCS VZ89X VOC sensor"
34 depends on I2C
35 help
36 Say Y here to build I2C interface support for the SGX
37 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
38 sensors
39
40endmenu