|
|
@@ -431,9 +431,13 @@ define KernelPackage/iio-sps30
|
|
|
SUBMENU:=$(IIO_MENU)
|
|
|
DEPENDS:=+kmod-i2c-core +kmod-iio-core +kmod-industrialio-triggered-buffer +kmod-lib-crc8
|
|
|
TITLE:=Sensirion SPS30 particulate matter sensor
|
|
|
- KCONFIG:=CONFIG_SPS30
|
|
|
- FILES:=$(LINUX_DIR)/drivers/iio/chemical/sps30.ko
|
|
|
- AUTOLOAD:=$(call AutoProbe,sps30)
|
|
|
+ KCONFIG:= \
|
|
|
+ CONFIG_SPS30 \
|
|
|
+ CONFIG_SPS30_I2C
|
|
|
+ FILES:= \
|
|
|
+ $(LINUX_DIR)/drivers/iio/chemical/sps30.ko \
|
|
|
+ $(LINUX_DIR)/drivers/iio/chemical/[email protected]
|
|
|
+ AUTOLOAD:=$(call AutoProbe,sps30 sps30_i2c)
|
|
|
endef
|
|
|
|
|
|
define KernelPackage/iio-sps30/description
|