aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 706728be312f..0aa6579504cc 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -331,7 +331,8 @@ config TREE_PREEMPT_RCU
331 This option selects the RCU implementation that is 331 This option selects the RCU implementation that is
332 designed for very large SMP systems with hundreds or 332 designed for very large SMP systems with hundreds or
333 thousands of CPUs, but for which real-time response 333 thousands of CPUs, but for which real-time response
334 is also required. 334 is also required. It also scales down nicely to
335 smaller systems.
335 336
336endchoice 337endchoice
337 338
@@ -1071,13 +1072,6 @@ config PROFILING
1071config TRACEPOINTS 1072config TRACEPOINTS
1072 bool 1073 bool
1073 1074
1074config MARKERS
1075 bool "Activate markers"
1076 select TRACEPOINTS
1077 help
1078 Place an empty function call at each marker site. Can be
1079 dynamically changed for a probe function.
1080
1081source "arch/Kconfig" 1075source "arch/Kconfig"
1082 1076
1083config SLOW_WORK 1077config SLOW_WORK