1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
RIOT/drivers/sen5x/Kconfig

13 lines
438 B
Plaintext

# 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