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:
parent
fe25c7a699
commit
6dd6720739
@ -13,6 +13,12 @@ config MODULE_SPS30
|
|||||||
select MODULE_CHECKSUM
|
select MODULE_CHECKSUM
|
||||||
select MODULE_PERIPH_I2C
|
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
|
menuconfig KCONFIG_USEMODULE_SPS30
|
||||||
bool "Configure SPS30 driver"
|
bool "Configure SPS30 driver"
|
||||||
depends on USEMODULE_SPS30
|
depends on USEMODULE_SPS30
|
||||||
|
Loading…
Reference in New Issue
Block a user