Kconfig (dd84cfff3cc3b79c9d616f85bd1178df135cbd1a) Kconfig (e67198cc05b8ecbb7b8e2d8ef9fb5c8d26821873)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RCU-related configuration options
4#
5
6menu "RCU Subsystem"
7
8config TREE_RCU
9 bool
10 default y if SMP
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RCU-related configuration options
4#
5
6menu "RCU Subsystem"
7
8config TREE_RCU
9 bool
10 default y if SMP
11 # Dynticks-idle tracking
12 select CONTEXT_TRACKING_IDLE
11 help
12 This option selects the RCU implementation that is
13 designed for very large SMP system with hundreds or
14 thousands of CPUs. It also scales down nicely to
15 smaller systems.
16
17config PREEMPT_RCU
18 bool

--- 265 unchanged lines hidden ---
13 help
14 This option selects the RCU implementation that is
15 designed for very large SMP system with hundreds or
16 thousands of CPUs. It also scales down nicely to
17 smaller systems.
18
19config PREEMPT_RCU
20 bool

--- 265 unchanged lines hidden ---