diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 90e884bb5216..09c79537ae09 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1007,7 +1007,7 @@ config TRACEPOINTS | |||
1007 | 1007 | ||
1008 | config MARKERS | 1008 | config MARKERS |
1009 | bool "Activate markers" | 1009 | bool "Activate markers" |
1010 | depends on TRACEPOINTS | 1010 | select TRACEPOINTS |
1011 | help | 1011 | help |
1012 | Place an empty function call at each marker site. Can be | 1012 | Place an empty function call at each marker site. Can be |
1013 | dynamically changed for a probe function. | 1013 | dynamically changed for a probe function. |