Skip to content

Commit

Permalink
iio: chemical: add support for Sensirion SPS30 sensor
Browse files Browse the repository at this point in the history
Add support for Sensirion SPS30 particulate matter sensor.

Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Tomasz Duszynski authored and Jonathan Cameron committed Dec 16, 2018
1 parent 17abc9e commit 232e0f6
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/iio/chemical/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ config IAQCORE
iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
sensors

config SPS30
tristate "SPS30 particulate matter sensor"
depends on I2C
select CRC8
help
Say Y here to build support for the Sensirion SPS30 particulate
matter sensor.

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

config VZ89X
tristate "SGX Sensortech MiCS VZ89X VOC sensor"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/iio/chemical/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ obj-$(CONFIG_BME680_I2C) += bme680_i2c.o
obj-$(CONFIG_BME680_SPI) += bme680_spi.o
obj-$(CONFIG_CCS811) += ccs811.o
obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
obj-$(CONFIG_SPS30) += sps30.o
obj-$(CONFIG_VZ89X) += vz89x.o
Loading

0 comments on commit 232e0f6

Please sign in to comment.