Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) | Kconfig (1b3bd8592780c87c5eddabbe98666b086bbaee36) |
---|---|
1# 2# Chemical sensors 3# 4 5menu "Chemical Sensors" 6 7config ATLAS_PH_SENSOR 8 tristate "Atlas Scientific OEM SM sensors" --- 7 unchanged lines hidden (view full) --- 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 | 1# 2# Chemical sensors 3# 4 5menu "Chemical Sensors" 6 7config ATLAS_PH_SENSOR 8 tristate "Atlas Scientific OEM SM sensors" --- 7 unchanged lines hidden (view full) --- 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 |
24config BME680 25 tristate "Bosch Sensortec BME680 sensor driver" 26 depends on (I2C || SPI) 27 select REGMAP 28 select BME680_I2C if I2C 29 select BME680_SPI if SPI 30 help 31 Say yes here to build support for Bosch Sensortec BME680 sensor with 32 temperature, pressure, humidity and gas sensing capability. 33 34 This driver can also be built as a module. If so, the module for I2C 35 would be called bme680_i2c and bme680_spi for SPI support. 36 37config BME680_I2C 38 tristate 39 depends on I2C && BME680 40 select REGMAP_I2C 41 42config BME680_SPI 43 tristate 44 depends on SPI && BME680 45 select REGMAP_SPI 46 |
|
24config CCS811 25 tristate "AMS CCS811 VOC sensor" 26 depends on I2C 27 select IIO_BUFFER 28 select IIO_TRIGGERED_BUFFER 29 help 30 Say Y here to build I2C interface support for the AMS 31 CCS811 VOC (Volatile Organic Compounds) sensor --- 18 unchanged lines hidden --- | 47config CCS811 48 tristate "AMS CCS811 VOC sensor" 49 depends on I2C 50 select IIO_BUFFER 51 select IIO_TRIGGERED_BUFFER 52 help 53 Say Y here to build I2C interface support for the AMS 54 CCS811 VOC (Volatile Organic Compounds) sensor --- 18 unchanged lines hidden --- |