1# 2# Chemical sensors 3# 4 5menu "Chemical Sensors" 6 7config ATLAS_PH_SENSOR 8 tristate "Atlas Scientific OEM pH-SM sensor" 9 depends on I2C 10 select REGMAP_I2C 11 select IIO_BUFFER 12 select IIO_TRIGGERED_BUFFER 13 select IRQ_WORK 14 help 15 Say Y here to build I2C interface support for the Atlas 16 Scientific OEM pH-SM sensor. 17 18 To compile this driver as module, choose M here: the 19 module will be called atlas-ph-sensor. 20 21config IAQCORE 22 tristate "AMS iAQ-Core VOC sensors" 23 depends on I2C 24 help 25 Say Y here to build I2C interface support for the AMS 26 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds) 27 sensors 28 29config VZ89X 30 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 31 depends on I2C 32 help 33 Say Y here to build I2C interface support for the SGX 34 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) 35 sensors 36 37endmenu 38