Message ID | 20250130185522.1652093-7-paulmck@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] 7/9] rcu: limit PREEMPT_RCU configurations | expand |
diff --git a/kernel/rcu/Kconfig b/kernel/rcu/Kconfig index 582d461c9ab7..80242957fa41 100644 --- a/kernel/rcu/Kconfig +++ b/kernel/rcu/Kconfig @@ -18,7 +18,7 @@ config TREE_RCU config PREEMPT_RCU bool - default y if PREEMPTION + default y if (PREEMPT || PREEMPT_RT || PREEMPT_DYNAMIC) select TREE_RCU help This option selects the RCU implementation that is