]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/iio/chemical/Kconfig
Merge branch 'akpm-current/current'
[karo-tx-linux.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 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
20 config 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
28 config 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
36 endmenu