1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/iolist: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2021-01-06 11:10:15 +01:00
parent c8cbc2f20e
commit 0ed66123d9
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,7 @@ rsource "entropy_source/Kconfig"
rsource "event/Kconfig"
rsource "fmt/Kconfig"
rsource "frac/Kconfig"
rsource "iolist/Kconfig"
rsource "isrpipe/Kconfig"
rsource "malloc_thread_safe/Kconfig"
rsource "net/Kconfig"
@ -25,6 +26,7 @@ rsource "Kconfig.stdio"
rsource "od/Kconfig"
rsource "phydat/Kconfig"
rsource "pm_layered/Kconfig"
rsource "ps/Kconfig"
rsource "saul_reg/Kconfig"
rsource "schedstatistics/Kconfig"
rsource "shell/Kconfig"

10
sys/iolist/Kconfig Normal file
View File

@ -0,0 +1,10 @@
# Copyright (c) 2021 HAW Hamburg
#
# 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_IOLIST
bool "iolist scatter / gather IO"
depends on TEST_KCONFIG