diff options
Diffstat (limited to 'kernel/rcu/Kconfig')
-rw-r--r-- | kernel/rcu/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/rcu/Kconfig b/kernel/rcu/Kconfig index 480edf328b51..7644eda17d62 100644 --- a/kernel/rcu/Kconfig +++ b/kernel/rcu/Kconfig | |||
@@ -7,7 +7,7 @@ menu "RCU Subsystem" | |||
7 | 7 | ||
8 | config TREE_RCU | 8 | config TREE_RCU |
9 | bool | 9 | bool |
10 | default y if !PREEMPT && SMP | 10 | default y if !PREEMPTION && SMP |
11 | help | 11 | help |
12 | This option selects the RCU implementation that is | 12 | This option selects the RCU implementation that is |
13 | designed for very large SMP system with hundreds or | 13 | designed for very large SMP system with hundreds or |
@@ -16,7 +16,7 @@ config TREE_RCU | |||
16 | 16 | ||
17 | config PREEMPT_RCU | 17 | config PREEMPT_RCU |
18 | bool | 18 | bool |
19 | default y if PREEMPT | 19 | default y if PREEMPTION |
20 | help | 20 | help |
21 | This option selects the RCU implementation that is | 21 | This option selects the RCU implementation that is |
22 | designed for very large SMP systems with hundreds or | 22 | designed for very large SMP systems with hundreds or |
@@ -28,7 +28,7 @@ config PREEMPT_RCU | |||
28 | 28 | ||
29 | config TINY_RCU | 29 | config TINY_RCU |
30 | bool | 30 | bool |
31 | default y if !PREEMPT && !SMP | 31 | default y if !PREEMPTION && !SMP |
32 | help | 32 | help |
33 | This option selects the RCU implementation that is | 33 | This option selects the RCU implementation that is |
34 | designed for UP systems from which real-time response | 34 | designed for UP systems from which real-time response |
@@ -70,7 +70,7 @@ config TREE_SRCU | |||
70 | This option selects the full-fledged version of SRCU. | 70 | This option selects the full-fledged version of SRCU. |
71 | 71 | ||
72 | config TASKS_RCU | 72 | config TASKS_RCU |
73 | def_bool PREEMPT | 73 | def_bool PREEMPTION |
74 | select SRCU | 74 | select SRCU |
75 | help | 75 | help |
76 | This option enables a task-based RCU implementation that uses | 76 | This option enables a task-based RCU implementation that uses |