Kconfig (0cce284537fb42d9c28b9b31038ffc9b464555f5) Kconfig (a94c24a712acb26f3712ec7bf56e9b13e40a2a74)
1#
2# Chemical sensors
3#
4
5menu "Chemical Sensors"
6
7config ATLAS_PH_SENSOR
8 tristate "Atlas Scientific OEM SM sensors"

--- 7 unchanged lines hidden (view full) ---

16 Atlas Scientific OEM SM sensors:
17 * pH SM sensor
18 * EC SM sensor
19 * ORP SM sensor
20
21 To compile this driver as module, choose M here: the
22 module will be called atlas-ph-sensor.
23
1#
2# Chemical sensors
3#
4
5menu "Chemical Sensors"
6
7config ATLAS_PH_SENSOR
8 tristate "Atlas Scientific OEM SM sensors"

--- 7 unchanged lines hidden (view full) ---

16 Atlas Scientific OEM SM sensors:
17 * pH SM sensor
18 * EC SM sensor
19 * ORP SM sensor
20
21 To compile this driver as module, choose M here: the
22 module will be called atlas-ph-sensor.
23
24config CCS811
25 tristate "AMS CCS811 VOC sensor"
26 depends on I2C
27 help
28 Say Y here to build I2C interface support for the AMS
29 CCS811 VOC (Volatile Organic Compounds) sensor
30
24config 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
32config 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
31config IAQCORE
32 tristate "AMS iAQ-Core VOC sensors"
33 depends on I2C
34 help
35 Say Y here to build I2C interface support for the AMS
36 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
37 sensors
38
39config VZ89X
40 tristate "SGX Sensortech MiCS VZ89X VOC sensor"
41 depends on I2C
42 help
43 Say Y here to build I2C interface support for the SGX
44 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
45 sensors
46
47endmenu