diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 42a346b0df43..1d3475fc9496 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -573,6 +573,9 @@ config RCU_STALL_COMMON | |||
573 | the tiny variants to disable RCU CPU stall warnings, while | 573 | the tiny variants to disable RCU CPU stall warnings, while |
574 | making these warnings mandatory for the tree variants. | 574 | making these warnings mandatory for the tree variants. |
575 | 575 | ||
576 | config RCU_NEED_SEGCBLIST | ||
577 | def_bool ( TREE_RCU || PREEMPT_RCU || TINY_SRCU || TREE_SRCU ) | ||
578 | |||
576 | config CONTEXT_TRACKING | 579 | config CONTEXT_TRACKING |
577 | bool | 580 | bool |
578 | 581 | ||