Kconfig (e510190e013961b4b21a73c79175a6431b566075) | Kconfig (d4553d6ec17aaf98a123ae47682b0fed72f1d4dc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 93 unchanged lines hidden (view full) --- 102 select CRC8 103 help 104 Say Y here to build support for the Sensirion SCD30 I2C interface 105 driver. 106 107 To compile this driver as a module, choose M here: the module will 108 be called scd30_i2c. 109 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Chemical sensors 4# 5 6menu "Chemical Sensors" 7 8config ATLAS_PH_SENSOR --- 93 unchanged lines hidden (view full) --- 102 select CRC8 103 help 104 Say Y here to build support for the Sensirion SCD30 I2C interface 105 driver. 106 107 To compile this driver as a module, choose M here: the module will 108 be called scd30_i2c. 109 |
110config SCD30_SERIAL 111 tristate "SCD30 carbon dioxide sensor serial driver" 112 depends on SCD30_CORE && SERIAL_DEV_BUS 113 select CRC16 114 help 115 Say Y here to build support for the Sensirion SCD30 serial interface 116 driver. 117 118 To compile this driver as a module, choose M here: the module will 119 be called scd30_serial. 120 |
|
110config SENSIRION_SGP30 111 tristate "Sensirion SGPxx gas sensors" 112 depends on I2C 113 select CRC8 114 help 115 Say Y here to build I2C interface support for the following 116 Sensirion SGP gas sensors: 117 * SGP30 gas sensor --- 27 unchanged lines hidden --- | 121config SENSIRION_SGP30 122 tristate "Sensirion SGPxx gas sensors" 123 depends on I2C 124 select CRC8 125 help 126 Say Y here to build I2C interface support for the following 127 Sensirion SGP gas sensors: 128 * SGP30 gas sensor --- 27 unchanged lines hidden --- |