]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/iio/chemical/Kconfig
Merge tag 'xtensa-20170507' of git://github.com/jcmvbkbc/linux-xtensa
[mirror_ubuntu-artful-kernel.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 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
32 config 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
40 endmenu