diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
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 | ||
950 | config EVENT_PROFILE | ||
951 | bool "Tracepoint profile sources" | ||
952 | depends on PERF_COUNTERS && EVENT_TRACER | ||
953 | default y | ||
954 | |||
950 | endmenu | 955 | endmenu |
951 | 956 | ||
952 | config VM_EVENT_COUNTERS | 957 | config VM_EVENT_COUNTERS |