xref: /linux/drivers/iio/chemical/Kconfig (revision c0c914eca7f251c70facc37dfebeaf176601918d)
1#
2# Chemical sensors
3#
4
5menu "Chemical Sensors"
6
7config IAQCORE
8	tristate "AMS iAQ-Core VOC sensors"
9	depends on I2C
10	help
11	  Say Y here to build I2C interface support for the AMS
12	  iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
13	  sensors
14
15config VZ89X
16	tristate "SGX Sensortech MiCS VZ89X VOC sensor"
17	depends on I2C
18	help
19	  Say Y here to build I2C interface support for the SGX
20	  Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
21	  sensors
22
23endmenu
24