1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

drivers/sen5x: remove Kconfig dependency handling

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

View File

@ -46,7 +46,6 @@ rsource "matrix_keypad/Kconfig"
rsource "mma8x5x/Kconfig"
rsource "opt3001/Kconfig"
rsource "seesaw_soil/Kconfig"
rsource "sen5x/Kconfig"
rsource "sht2x/Kconfig"
rsource "sm_pwm_01c/Kconfig"
rsource "sps30/Kconfig"

View File

@ -1,12 +0,0 @@
# Copyright (c) 2023 TU Braunschweig Institut für Betriebssysteme und Rechnerverbund
#
# 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_SEN5X
bool "Sensirion Embedded I2C SEN5x Driver"
depends on TEST_KCONFIG
select PACKAGE_DRIVER_SEN5X
select MODULE_PERIPH_I2C
select MODULE_ZTIMER