Merge remote-tracking branches 'asoc/topic/ad73311', 'asoc/topic/adau1373', 'asoc...
[linux-2.6-block.git] / drivers / iio / chemical / Kconfig
CommitLineData
cd8d9777
MR
1#
2# Chemical sensors
3#
4
5menu "Chemical Sensors"
6
27dec00e 7config ATLAS_PH_SENSOR
e8dd92bf 8 tristate "Atlas Scientific OEM SM sensors"
27dec00e
MR
9 depends on I2C
10 select REGMAP_I2C
11 select IIO_BUFFER
12 select IIO_TRIGGERED_BUFFER
3b31b783 13 select IRQ_WORK
27dec00e 14 help
e8dd92bf
MR
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
ce08cc98 19 * ORP SM sensor
27dec00e
MR
20
21 To compile this driver as module, choose M here: the
22 module will be called atlas-ph-sensor.
23
a94c24a7
NAMV
24config CCS811
25 tristate "AMS CCS811 VOC sensor"
26 depends on I2C
283d2691
NAMV
27 select IIO_BUFFER
28 select IIO_TRIGGERED_BUFFER
a94c24a7
NAMV
29 help
30 Say Y here to build I2C interface support for the AMS
31 CCS811 VOC (Volatile Organic Compounds) sensor
32
466df4d0
MR
33config IAQCORE
34 tristate "AMS iAQ-Core VOC sensors"
35 depends on I2C
36 help
37 Say Y here to build I2C interface support for the AMS
38 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
39 sensors
40
cd8d9777
MR
41config VZ89X
42 tristate "SGX Sensortech MiCS VZ89X VOC sensor"
43 depends on I2C
44 help
45 Say Y here to build I2C interface support for the SGX
46 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
47 sensors
48
49endmenu