Kconfig (8f3f130852785dac0759843835ca97c3bacc2b10) | Kconfig (b2e171f5a5c6003bd2e9a8f7dfd8acf714af429b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 134 unchanged lines hidden (view full) --- 143 select CRC8 144 help 145 Say Y here to build support for the Sensirion SPS30 I2C interface 146 driver. 147 148 To compile this driver as a module, choose M here: the module will 149 be called sps30_i2c. 150 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 134 unchanged lines hidden (view full) --- 143 select CRC8 144 help 145 Say Y here to build support for the Sensirion SPS30 I2C interface 146 driver. 147 148 To compile this driver as a module, choose M here: the module will 149 be called sps30_i2c. 150 |
151config SPS30_SERIAL 152 tristate "SPS30 particulate matter sensor serial driver" 153 depends on SERIAL_DEV_BUS 154 select SPS30 155 help 156 Say Y here to build support for the Sensirion SPS30 serial interface 157 driver. 158 159 To compile this driver as a module, choose M here: the module will 160 be called sps30_serial. 161 |
|
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 | 162config VZ89X 163 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 164 depends on I2C 165 help 166 Say Y here to build I2C interface support for the SGX 167 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds) 168 sensors 169 170endmenu |