Kconfig (0fdc50dfab47d525b71a9f0d8310746cdc0c09c5) Kconfig (8712b3098b3d0397fc712382b5462fad3ca8dd0b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Chemical sensors
4#
5
6menu "Chemical Sensors"
7
8config ATLAS_PH_SENSOR

--- 8 unchanged lines hidden (view full) ---

17 Atlas Scientific OEM SM sensors:
18 * pH SM sensor
19 * EC SM sensor
20 * ORP SM sensor
21
22 To compile this driver as module, choose M here: the
23 module will be called atlas-ph-sensor.
24
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Chemical sensors
4#
5
6menu "Chemical Sensors"
7
8config ATLAS_PH_SENSOR

--- 8 unchanged lines hidden (view full) ---

17 Atlas Scientific OEM SM sensors:
18 * pH SM sensor
19 * EC SM sensor
20 * ORP SM sensor
21
22 To compile this driver as module, choose M here: the
23 module will be called atlas-ph-sensor.
24
25config ATLAS_EZO_SENSOR
26 tristate "Atlas Scientific EZO sensors"
27 depends on I2C
28 help
29 Say Y here to build I2C interface support for the following
30 Atlas Scientific EZO sensors
31 * CO2 EZO Sensor
32
33 To compile this driver as module, choose M here: the
34 module will be called atlas-ezo-sensor.
35
25config BME680
26 tristate "Bosch Sensortec BME680 sensor driver"
27 depends on (I2C || SPI)
28 select REGMAP
29 select BME680_I2C if I2C
30 select BME680_SPI if SPI
31 help
32 Say yes here to build support for Bosch Sensortec BME680 sensor with

--- 79 unchanged lines hidden ---
36config BME680
37 tristate "Bosch Sensortec BME680 sensor driver"
38 depends on (I2C || SPI)
39 select REGMAP
40 select BME680_I2C if I2C
41 select BME680_SPI if SPI
42 help
43 Say yes here to build support for Bosch Sensortec BME680 sensor with

--- 79 unchanged lines hidden ---