diff --git a/drivers/sds011/Kconfig b/drivers/sds011/Kconfig index 727d23629c..093de7685f 100644 --- a/drivers/sds011/Kconfig +++ b/drivers/sds011/Kconfig @@ -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.