diff --git a/sys/Kconfig b/sys/Kconfig index 2de4c83e50..5f986c5c4b 100644 --- a/sys/Kconfig +++ b/sys/Kconfig @@ -101,6 +101,7 @@ rsource "test_utils/Kconfig" rsource "timex/Kconfig" rsource "tiny_strerror/Kconfig" rsource "trace/Kconfig" +rsource "trickle/Kconfig" rsource "tsrb/Kconfig" rsource "uri_parser/Kconfig" rsource "usb/Kconfig" diff --git a/sys/trickle/Kconfig b/sys/trickle/Kconfig new file mode 100644 index 0000000000..cd0ad475a8 --- /dev/null +++ b/sys/trickle/Kconfig @@ -0,0 +1,12 @@ +# Copyright (c) 2023 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_TRICKLE + bool "Trickle Algorithm (RFC 6206)" + depends on TEST_KCONFIG + select ZTIMER_MSEC + select MODULE_RANDOM