File tree Expand file tree Collapse file tree 3 files changed +474
-0
lines changed
Expand file tree Collapse file tree 3 files changed +474
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,14 @@ config CCS811
5454 Say Y here to build I2C interface support for the AMS
5555 CCS811 VOC (Volatile Organic Compounds) sensor
5656
57+ config HM3301
58+ tristate "HM3301 Particulate Matter sensor"
59+ depends on I2C
60+ select IIO_BUFFER
61+ help
62+ Say Y here to build I2C interface support for the HM3301
63+ Particulate Matter laser interferometer sensor
64+
5765config IAQCORE
5866 tristate "AMS iAQ-Core VOC sensors"
5967 depends on I2C
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ obj-$(CONFIG_BME680) += bme680_core.o
99obj-$(CONFIG_BME680_I2C) += bme680_i2c.o
1010obj-$(CONFIG_BME680_SPI) += bme680_spi.o
1111obj-$(CONFIG_CCS811) += ccs811.o
12+ obj-$(CONFIG_HM3301) += hm3301.o
1213obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
1314obj-$(CONFIG_PMS7003) += pms7003.o
1415obj-$(CONFIG_SENSIRION_SGP30) += sgp30.o
You can’t perform that action at this time.
0 commit comments