aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f068071fcc5d..26b5bab6f6e8 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -945,7 +945,7 @@ config TRACEPOINTS
945 945
946config MARKERS 946config MARKERS
947 bool "Activate markers" 947 bool "Activate markers"
948 depends on TRACEPOINTS 948 select TRACEPOINTS
949 help 949 help
950 Place an empty function call at each marker site. Can be 950 Place an empty function call at each marker site. Can be
951 dynamically changed for a probe function. 951 dynamically changed for a probe function.