Files
zephyr/lib/os/cpu_load/Kconfig
Anas Nashif 24e094ef5e lib: move cpu_load into lib/os
Move cpu_load to lib/os, as this functionality on its own does not
justify being a subsystem on its own.

Fixes #95498

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-10-22 09:02:38 +02:00

22 lines
468 B
Plaintext

# Copyright (c) 2025 Analog Devices, Inc.
#
# SPDX-License-Identifier: Apache-2.0
menuconfig CPU_LOAD_METRIC
bool "CPU Load Metric"
select EXPERIMENTAL
select THREAD_RUNTIME_STATS
select SCHED_THREAD_USAGE
select SCHED_THREAD_USAGE_ALL
select SCHED_THREAD_USAGE_AUTO_ENABLE
help
Tracking of CPU load statistics.
if CPU_LOAD_METRIC
module = CPU_LOAD
module-str = CPU Load Metric
source "subsys/logging/Kconfig.template.log_config"
endif # CPU_LOAD_METRIC