Kconfig (e700ac213a0f793fb4f83098413303e3dd080892) | Kconfig (c397894e24f1c7281376c14dfdd4df8fe0e84754) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 156 unchanged lines hidden (view full) --- 165 select SPS30 166 help 167 Say Y here to build support for the Sensirion SPS30 serial interface 168 driver. 169 170 To compile this driver as a module, choose M here: the module will 171 be called sps30_serial. 172 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 156 unchanged lines hidden (view full) --- 165 select SPS30 166 help 167 Say Y here to build support for the Sensirion SPS30 serial interface 168 driver. 169 170 To compile this driver as a module, choose M here: the module will 171 be called sps30_serial. 172 |
173config SENSEAIR_SUNRISE_CO2 174 tristate "Senseair Sunrise 006-0-0007 CO2 sensor" 175 select REGMAP_I2C 176 help 177 Say yes here to build support for Senseair Sunrise 006-0-0007 CO2 178 sensor. 179 180 To compile this driver as a module, choose M here: the 181 module will be called sunrise_co2. 182 |
|
173config VZ89X 174 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 175 depends on I2C 176 help 177 Say Y here to build I2C interface support for the SGX 178 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) 179 sensors 180 181endmenu | 183config VZ89X 184 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 185 depends on I2C 186 help 187 Say Y here to build I2C interface support for the SGX 188 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) 189 sensors 190 191endmenu |