From c1ee0c437fbec3bb3ae4aa363738efd1b420dffb Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 6 Jan 2021 10:23:03 +0100 Subject: [PATCH] drivers/sps30: add module to Kconfig --- drivers/sps30/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/sps30/Kconfig b/drivers/sps30/Kconfig index d51373f091..fc81f9010d 100644 --- a/drivers/sps30/Kconfig +++ b/drivers/sps30/Kconfig @@ -1,9 +1,18 @@ # Copyright (c) 2020 Freie Universitaet Berlin +# 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_SPS30 + bool "SPS30 Particulate Matter Sensor" + depends on HAS_PERIPH_I2C + depends on TEST_KCONFIG + select MODULE_CHECKSUM + select MODULE_PERIPH_I2C + menuconfig KCONFIG_USEMODULE_SPS30 bool "Configure SPS30 driver" depends on USEMODULE_SPS30