diff options
| -rw-r--r-- | init/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index a5e90e139ba5..fb19b46c0042 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -453,7 +453,7 @@ config TREE_RCU | |||
| 453 | 453 | ||
| 454 | config TREE_PREEMPT_RCU | 454 | config TREE_PREEMPT_RCU |
| 455 | bool "Preemptible tree-based hierarchical RCU" | 455 | bool "Preemptible tree-based hierarchical RCU" |
| 456 | depends on PREEMPT && SMP | 456 | depends on PREEMPT |
| 457 | help | 457 | help |
| 458 | This option selects the RCU implementation that is | 458 | This option selects the RCU implementation that is |
| 459 | designed for very large SMP systems with hundreds or | 459 | designed for very large SMP systems with hundreds or |
| @@ -461,6 +461,8 @@ config TREE_PREEMPT_RCU | |||
| 461 | is also required. It also scales down nicely to | 461 | is also required. It also scales down nicely to |
| 462 | smaller systems. | 462 | smaller systems. |
| 463 | 463 | ||
| 464 | Select this option if you are unsure. | ||
| 465 | |||
| 464 | config TINY_RCU | 466 | config TINY_RCU |
| 465 | bool "UP-only small-memory-footprint RCU" | 467 | bool "UP-only small-memory-footprint RCU" |
| 466 | depends on !PREEMPT && !SMP | 468 | depends on !PREEMPT && !SMP |
