Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (8f3f130852785dac0759843835ca97c3bacc2b10) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 118 unchanged lines hidden (view full) --- 127 Sensirion SGP gas sensors: 128 * SGP30 gas sensor 129 * SGPC3 low power gas sensor 130 131 To compile this driver as module, choose M here: the 132 module will be called sgp30. 133 134config SPS30 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 118 unchanged lines hidden (view full) --- 127 Sensirion SGP gas sensors: 128 * SGP30 gas sensor 129 * SGPC3 low power gas sensor 130 131 To compile this driver as module, choose M here: the 132 module will be called sgp30. 133 134config SPS30 |
135 tristate "SPS30 particulate matter sensor" 136 depends on I2C 137 select CRC8 | 135 tristate |
138 select IIO_BUFFER 139 select IIO_TRIGGERED_BUFFER | 136 select IIO_BUFFER 137 select IIO_TRIGGERED_BUFFER |
138 139config SPS30_I2C 140 tristate "SPS30 particulate matter sensor I2C driver" 141 depends on I2C 142 select SPS30 143 select CRC8 |
|
140 help | 144 help |
141 Say Y here to build support for the Sensirion SPS30 particulate 142 matter sensor. | 145 Say Y here to build support for the Sensirion SPS30 I2C interface 146 driver. |
143 144 To compile this driver as a module, choose M here: the module will | 147 148 To compile this driver as a module, choose M here: the module will |
145 be called sps30. | 149 be called sps30_i2c. |
146 147config VZ89X 148 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 149 depends on I2C 150 help 151 Say Y here to build I2C interface support for the SGX 152 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) 153 sensors 154 155endmenu | 150 151config VZ89X 152 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 153 depends on I2C 154 help 155 Say Y here to build I2C interface support for the SGX 156 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) 157 sensors 158 159endmenu |