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:
parent
c8cbc2f20e
commit
0ed66123d9
@ -17,6 +17,7 @@ rsource "entropy_source/Kconfig"
|
|||||||
rsource "event/Kconfig"
|
rsource "event/Kconfig"
|
||||||
rsource "fmt/Kconfig"
|
rsource "fmt/Kconfig"
|
||||||
rsource "frac/Kconfig"
|
rsource "frac/Kconfig"
|
||||||
|
rsource "iolist/Kconfig"
|
||||||
rsource "isrpipe/Kconfig"
|
rsource "isrpipe/Kconfig"
|
||||||
rsource "malloc_thread_safe/Kconfig"
|
rsource "malloc_thread_safe/Kconfig"
|
||||||
rsource "net/Kconfig"
|
rsource "net/Kconfig"
|
||||||
@ -25,6 +26,7 @@ rsource "Kconfig.stdio"
|
|||||||
rsource "od/Kconfig"
|
rsource "od/Kconfig"
|
||||||
rsource "phydat/Kconfig"
|
rsource "phydat/Kconfig"
|
||||||
rsource "pm_layered/Kconfig"
|
rsource "pm_layered/Kconfig"
|
||||||
|
rsource "ps/Kconfig"
|
||||||
rsource "saul_reg/Kconfig"
|
rsource "saul_reg/Kconfig"
|
||||||
rsource "schedstatistics/Kconfig"
|
rsource "schedstatistics/Kconfig"
|
||||||
rsource "shell/Kconfig"
|
rsource "shell/Kconfig"
|
||||||
|
10
sys/iolist/Kconfig
Normal file
10
sys/iolist/Kconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user