aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 4c93533da42c..89e4cf672dfe 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -496,6 +496,12 @@ config RCU_USER_QS
496 excluded from the global RCU state machine and thus doesn't 496 excluded from the global RCU state machine and thus doesn't
497 to keep the timer tick on for RCU. 497 to keep the timer tick on for RCU.
498 498
499 Unless you want to hack and help the development of the full
500 tickless feature, you shouldn't enable this option. It adds
501 unnecessary overhead.
502
503 If unsure say N
504
499config RCU_USER_QS_FORCE 505config RCU_USER_QS_FORCE
500 bool "Force userspace extended QS by default" 506 bool "Force userspace extended QS by default"
501 depends on RCU_USER_QS 507 depends on RCU_USER_QS
@@ -504,6 +510,12 @@ config RCU_USER_QS_FORCE
504 test this feature that treats userspace as an extended quiescent 510 test this feature that treats userspace as an extended quiescent
505 state until we have a real user like a full adaptive nohz option. 511 state until we have a real user like a full adaptive nohz option.
506 512
513 Unless you want to hack and help the development of the full
514 tickless feature, you shouldn't enable this option. It adds
515 unnecessary overhead.
516
517 If unsure say N
518
507config RCU_FANOUT 519config RCU_FANOUT
508 int "Tree-based hierarchical RCU fanout value" 520 int "Tree-based hierarchical RCU fanout value"
509 range 2 64 if 64BIT 521 range 2 64 if 64BIT