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