Skip to content

Commit 831d2fe

Browse files
committed
iio: chemical: fix missing Kconfig block for sgp30
I clearly messed up applying this patch. Not sure how but the entire Kconfig block is missing. This patch puts it back as it was in the original patch. Reported-by: Andreas Brauchli <[email protected]> Fixes: ce51412 ("iio: chemical: sgp30: Support Sensirion SGP30/SGPC3 sensors") Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 09c6bde commit 831d2fe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

drivers/iio/chemical/Kconfig

+13
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ config PMS7003
7171
To compile this driver as a module, choose M here: the module will
7272
be called pms7003.
7373

74+
config SENSIRION_SGP30
75+
tristate "Sensirion SGPxx gas sensors"
76+
depends on I2C
77+
select CRC8
78+
help
79+
Say Y here to build I2C interface support for the following
80+
Sensirion SGP gas sensors:
81+
* SGP30 gas sensor
82+
* SGPC3 low power gas sensor
83+
84+
To compile this driver as module, choose M here: the
85+
module will be called sgp30.
86+
7487
config SPS30
7588
tristate "SPS30 particulate matter sensor"
7689
depends on I2C

0 commit comments

Comments
 (0)