Skip to content

Commit

Permalink
iio: chemical: fix missing Kconfig block for sgp30
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jic23 committed Mar 9, 2019
1 parent 09c6bde commit 831d2fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/iio/chemical/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@ config PMS7003
To compile this driver as a module, choose M here: the module will
be called pms7003.

config SENSIRION_SGP30
tristate "Sensirion SGPxx gas sensors"
depends on I2C
select CRC8
help
Say Y here to build I2C interface support for the following
Sensirion SGP gas sensors:
* SGP30 gas sensor
* SGPC3 low power gas sensor

To compile this driver as module, choose M here: the
module will be called sgp30.

config SPS30
tristate "SPS30 particulate matter sensor"
depends on I2C
Expand Down

0 comments on commit 831d2fe

Please sign in to comment.