rcu: Remove CONFIG_SRCU

Now that all references to CONFIG_SRCU have been removed, it is time to
remove CONFIG_SRCU itself.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Petr Mladek <pmladek@suse.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
This commit is contained in:
Paul E. McKenney 2023-03-24 13:52:49 -07:00 committed by Joel Fernandes (Google)
parent fe15c26ee2
commit e035e8876e
2 changed files with 0 additions and 7 deletions

View File

@ -53,9 +53,6 @@ config RCU_EXPERT
Say N if you are unsure.
config SRCU
def_bool y
config TINY_SRCU
bool
default y if TINY_RCU

View File

@ -71,9 +71,5 @@ CONFIG_TASKS_RCU
These are controlled by CONFIG_PREEMPT and/or CONFIG_SMP.
CONFIG_SRCU
Selected by CONFIG_RCU_TORTURE_TEST, so cannot disable.
boot parameters ignored: TBD