diff --git a/drivers/Kconfig b/drivers/Kconfig index 7e005f20d2..fd81e84513 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -111,6 +111,7 @@ rsource "tmp00x/Kconfig" rsource "tsl2561/Kconfig" rsource "tsl4531x/Kconfig" rsource "vcnl40x0/Kconfig" +rsource "veml6070/Kconfig" endmenu # Sensor Device Drivers menu "Storage Device Drivers" diff --git a/drivers/veml6070/Kconfig b/drivers/veml6070/Kconfig new file mode 100644 index 0000000000..53039e1fd6 --- /dev/null +++ b/drivers/veml6070/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_VEML6070 + bool "VEML6070 UV sensor" + depends on HAS_PERIPH_I2C + depends on TEST_KCONFIG + select MODULE_PERIPH_I2C