Merge 4.13-rc5 into staging-next
[linux-2.6-microblaze.git] / drivers / iio / chemical / Kconfig
1 #
2 # Chemical sensors
3 #
4
5 menu "Chemical Sensors"
6
7 config ATLAS_PH_SENSOR
8         tristate "Atlas Scientific OEM SM sensors"
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 following
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
24 config 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
31 config 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
39 config 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
47 endmenu