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

drivers/sds011: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:54 +01:00
parent 7f6c1def8a
commit 1ed8f6b508
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -10,3 +10,9 @@ config MODULE_SDS011
depends on HAS_PERIPH_UART
depends on TEST_KCONFIG
select MODULE_PERIPH_UART
config HAVE_SDP3X
bool
select MODULE_SDS011 if MODULE_SAUL_DEFAULT
help
Indicates that a SDS011 Laser Dust Sensor is present.