sys/schedstatistics: add module to Kconfig
This commit is contained in:
parent
2101161eab
commit
f3b26c8b11
@ -14,6 +14,7 @@ rsource "net/Kconfig"
|
|||||||
rsource "Kconfig.newlib"
|
rsource "Kconfig.newlib"
|
||||||
rsource "Kconfig.stdio"
|
rsource "Kconfig.stdio"
|
||||||
rsource "pm_layered/Kconfig"
|
rsource "pm_layered/Kconfig"
|
||||||
|
rsource "schedstatistics/Kconfig"
|
||||||
rsource "shell/Kconfig"
|
rsource "shell/Kconfig"
|
||||||
rsource "test_utils/Kconfig"
|
rsource "test_utils/Kconfig"
|
||||||
rsource "tsrb/Kconfig"
|
rsource "tsrb/Kconfig"
|
||||||
|
|||||||
12
sys/schedstatistics/Kconfig
Normal file
12
sys/schedstatistics/Kconfig
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user