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:
parent
67a7f21801
commit
f9a79efbff
@ -6,7 +6,6 @@
|
||||
#
|
||||
menu "Packages"
|
||||
|
||||
rsource "driver_sen5x/Kconfig"
|
||||
rsource "flashdb/Kconfig"
|
||||
rsource "libfixmath/Kconfig"
|
||||
rsource "libschc/Kconfig"
|
||||
|
||||
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user