From 0ed66123d9c0bfb33e25bcef111339b6616e2008 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 6 Jan 2021 11:10:15 +0100 Subject: [PATCH] sys/iolist: add module to Kconfig --- sys/Kconfig | 2 ++ sys/iolist/Kconfig | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 sys/iolist/Kconfig diff --git a/sys/Kconfig b/sys/Kconfig index da382b4a52..0350cb8d76 100644 --- a/sys/Kconfig +++ b/sys/Kconfig @@ -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" diff --git a/sys/iolist/Kconfig b/sys/iolist/Kconfig new file mode 100644 index 0000000000..8b9c5d2bed --- /dev/null +++ b/sys/iolist/Kconfig @@ -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