aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 38a2ecd47c37..4f647142f2e6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -947,6 +947,11 @@ config PERF_COUNTERS
947 947
948 Say Y if unsure. 948 Say Y if unsure.
949 949
950config EVENT_PROFILE
951 bool "Tracepoint profile sources"
952 depends on PERF_COUNTERS && EVENT_TRACER
953 default y
954
950endmenu 955endmenu
951 956
952config VM_EVENT_COUNTERS 957config VM_EVENT_COUNTERS