1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/sps30: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:59 +01:00
parent fe25c7a699
commit 6dd6720739
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,6 +13,12 @@ config MODULE_SPS30
select MODULE_CHECKSUM
select MODULE_PERIPH_I2C
config HAVE_SPS30
bool
select MODULE_SPS30 if MODULE_SAUL_DEFAULT
help
Indicates that a SPS30 Particulate Matter Sensor is present.
menuconfig KCONFIG_USEMODULE_SPS30
bool "Configure SPS30 driver"
depends on USEMODULE_SPS30