diff --git a/pkg/Kconfig b/pkg/Kconfig index c189e45f3d..f050f6d30b 100644 --- a/pkg/Kconfig +++ b/pkg/Kconfig @@ -6,7 +6,6 @@ # menu "Packages" -rsource "driver_sen5x/Kconfig" rsource "flashdb/Kconfig" rsource "libfixmath/Kconfig" rsource "libschc/Kconfig" diff --git a/pkg/driver_sen5x/Kconfig b/pkg/driver_sen5x/Kconfig deleted file mode 100644 index db03d2741d..0000000000 --- a/pkg/driver_sen5x/Kconfig +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (c) 2023 TU Braunschweig -# -# 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 PACKAGE_DRIVER_SEN5X - bool - depends on TEST_KCONFIG - depends on MODULE_SEN5X - select MODULE_PERIPH_I2C - select MODULE_ZTIMER - help - SEN5X embedded i2c library, written and mantained by Sensirion AG. This add_library - is needed by the RIOT SEN5X driver. \ No newline at end of file