]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - init/Kconfig
rcu: Remove prompt for RCU implementation
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 21 Apr 2015 21:29:42 +0000 (17:29 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 May 2015 19:59:06 +0000 (12:59 -0700)
commite72aeafc66060d3fc6b4d2120db00058572b3186
tree74f9b389cf36209f661b0437d84bc4ca31c58b29
parent26730f55c2842b4ee06a5307d58265db7dd26065
rcu: Remove prompt for RCU implementation

The RCU implementation is chosen based on PREEMPT and SMP config options
and is not really a user-selectable choice.  This commit removes the
menu entry, given that there is not much point in calling something a
choice when there is in fact no choice..  The TINY_RCU, TREE_RCU, and
PREEMPT_RCU Kconfig options continue to be selected based solely on the
values of the PREEMPT and SMP options.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
init/Kconfig