2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-09-14 06:26:14 +03:00
|
|
|
#
|
|
|
|
# Chemical sensors
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Chemical Sensors"
|
|
|
|
|
2016-01-27 05:34:31 +03:00
|
|
|
config ATLAS_PH_SENSOR
|
2016-05-25 07:29:20 +03:00
|
|
|
tristate "Atlas Scientific OEM SM sensors"
|
2016-01-27 05:34:31 +03:00
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2016-02-02 17:36:39 +03:00
|
|
|
select IRQ_WORK
|
2016-01-27 05:34:31 +03:00
|
|
|
help
|
2019-03-06 17:52:23 +03:00
|
|
|
Say Y here to build I2C interface support for the following
|
|
|
|
Atlas Scientific OEM SM sensors:
|
2016-05-25 07:29:20 +03:00
|
|
|
* pH SM sensor
|
|
|
|
* EC SM sensor
|
2016-08-19 23:36:11 +03:00
|
|
|
* ORP SM sensor
|
2016-01-27 05:34:31 +03:00
|
|
|
|
2019-03-06 17:52:23 +03:00
|
|
|
To compile this driver as module, choose M here: the
|
|
|
|
module will be called atlas-ph-sensor.
|
2016-01-27 05:34:31 +03:00
|
|
|
|
2018-07-26 14:35:10 +03:00
|
|
|
config BME680
|
|
|
|
tristate "Bosch Sensortec BME680 sensor driver"
|
|
|
|
depends on (I2C || SPI)
|
|
|
|
select REGMAP
|
|
|
|
select BME680_I2C if I2C
|
|
|
|
select BME680_SPI if SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Bosch Sensortec BME680 sensor with
|
|
|
|
temperature, pressure, humidity and gas sensing capability.
|
|
|
|
|
|
|
|
This driver can also be built as a module. If so, the module for I2C
|
|
|
|
would be called bme680_i2c and bme680_spi for SPI support.
|
|
|
|
|
|
|
|
config BME680_I2C
|
|
|
|
tristate
|
|
|
|
depends on I2C && BME680
|
|
|
|
select REGMAP_I2C
|
|
|
|
|
|
|
|
config BME680_SPI
|
|
|
|
tristate
|
|
|
|
depends on SPI && BME680
|
|
|
|
select REGMAP_SPI
|
|
|
|
|
2017-07-17 22:28:03 +03:00
|
|
|
config CCS811
|
|
|
|
tristate "AMS CCS811 VOC sensor"
|
|
|
|
depends on I2C
|
2019-03-06 17:52:23 +03:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2017-07-17 22:28:03 +03:00
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the AMS
|
|
|
|
CCS811 VOC (Volatile Organic Compounds) sensor
|
|
|
|
|
2015-12-06 09:58:22 +03:00
|
|
|
config IAQCORE
|
|
|
|
tristate "AMS iAQ-Core VOC sensors"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the AMS
|
|
|
|
iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
|
|
|
|
sensors
|
|
|
|
|
2019-02-09 20:36:07 +03:00
|
|
|
config PMS7003
|
|
|
|
tristate "Plantower PMS7003 particulate matter sensor"
|
|
|
|
depends on SERIAL_DEV_BUS
|
2019-12-14 00:38:08 +03:00
|
|
|
select IIO_BUFFER
|
2019-03-14 12:00:52 +03:00
|
|
|
select IIO_TRIGGERED_BUFFER
|
2019-02-09 20:36:07 +03:00
|
|
|
help
|
|
|
|
Say Y here to build support for the Plantower PMS7003 particulate
|
|
|
|
matter sensor.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
|
|
be called pms7003.
|
|
|
|
|
2019-03-09 19:59:03 +03:00
|
|
|
config SENSIRION_SGP30
|
|
|
|
tristate "Sensirion SGPxx gas sensors"
|
|
|
|
depends on I2C
|
|
|
|
select CRC8
|
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the following
|
|
|
|
Sensirion SGP gas sensors:
|
|
|
|
* SGP30 gas sensor
|
|
|
|
* SGPC3 low power gas sensor
|
|
|
|
|
|
|
|
To compile this driver as module, choose M here: the
|
|
|
|
module will be called sgp30.
|
|
|
|
|
2018-12-14 21:28:02 +03:00
|
|
|
config SPS30
|
|
|
|
tristate "SPS30 particulate matter sensor"
|
|
|
|
depends on I2C
|
|
|
|
select CRC8
|
2020-02-27 19:27:34 +03:00
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
2018-12-14 21:28:02 +03:00
|
|
|
help
|
|
|
|
Say Y here to build support for the Sensirion SPS30 particulate
|
|
|
|
matter sensor.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
|
|
be called sps30.
|
|
|
|
|
2015-09-14 06:26:14 +03:00
|
|
|
config VZ89X
|
|
|
|
tristate "SGX Sensortech MiCS VZ89X VOC sensor"
|
|
|
|
depends on I2C
|
|
|
|
help
|
|
|
|
Say Y here to build I2C interface support for the SGX
|
|
|
|
Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
|
|
|
|
sensors
|
|
|
|
|
|
|
|
endmenu
|