diff --git a/drivers/Kconfig b/drivers/Kconfig index 80c03b9771..7df9d7cd7a 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -108,6 +108,7 @@ rsource "pulse_counter/Kconfig" rsource "qmc5883l/Kconfig" rsource "scd30/Kconfig" rsource "sdp3x/Kconfig" +rsource "sds011/Kconfig" rsource "sps30/Kconfig" rsource "tcs37727/Kconfig" rsource "tmp00x/Kconfig" diff --git a/drivers/sds011/Kconfig b/drivers/sds011/Kconfig new file mode 100644 index 0000000000..727d23629c --- /dev/null +++ b/drivers/sds011/Kconfig @@ -0,0 +1,12 @@ +# Copyright (c) 2021 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. +# + +config MODULE_SDS011 + bool "SDS011 Laser Dust Sensor" + depends on HAS_PERIPH_UART + depends on TEST_KCONFIG + select MODULE_PERIPH_UART