1# Copyright (c) 2023 KNS Group LLC (YADRO)
2#
3# SPDX-License-Identifier: Apache-2.0
4
5menuconfig PROFILING
6 bool "Profiling tools"
7 help
8 Enable profiling tools, such as perf
9
10if PROFILING
11
12source "subsys/profiling/perf/Kconfig"
13
14endif
15