1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00

pkg/driver_sen5x: remove Kconfig dependency handling

This commit is contained in:
Gunar Schorcht 2025-08-03 10:22:57 +02:00
parent 67a7f21801
commit f9a79efbff
2 changed files with 0 additions and 17 deletions

View File

@ -6,7 +6,6 @@
#
menu "Packages"
rsource "driver_sen5x/Kconfig"
rsource "flashdb/Kconfig"
rsource "libfixmath/Kconfig"
rsource "libschc/Kconfig"

View File

@ -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.