diff --git a/sys/Kconfig b/sys/Kconfig index c7d03d12ed..863166a4b5 100644 --- a/sys/Kconfig +++ b/sys/Kconfig @@ -14,6 +14,7 @@ rsource "net/Kconfig" rsource "Kconfig.newlib" rsource "Kconfig.stdio" rsource "pm_layered/Kconfig" +rsource "schedstatistics/Kconfig" rsource "shell/Kconfig" rsource "test_utils/Kconfig" rsource "tsrb/Kconfig" diff --git a/sys/schedstatistics/Kconfig b/sys/schedstatistics/Kconfig new file mode 100644 index 0000000000..e991199219 --- /dev/null +++ b/sys/schedstatistics/Kconfig @@ -0,0 +1,12 @@ +# Copyright (c) 2020 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_SCHEDSTATISTICS + bool "Scheduler statistics support" + depends on MODULE_XTIMER + depends on TEST_KCONFIG + select MODULE_SCHED_CB