aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2022-11-22 18:10:15 -0800
committerPaul E. McKenney <[email protected]>2023-02-02 16:26:06 -0800
commitbc636dcbf1c482f30a5d59415ba43e9907f97840 (patch)
tree35e4d8a425dd08b1cd6a05994000078bbc00321f
parentdbea8bcdeda89f1c3808e8eea0e8b5e18582ef8c (diff)
init: Remove "select SRCU"
Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Miguel Ojeda <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: Aaron Tomlin <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Christophe Leroy <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Reviewed-by: John Ogness <[email protected]>
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7e5c3ddc341d..af511c726d69 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1865,7 +1865,6 @@ config PERF_EVENTS
default y if PROFILING
depends on HAVE_PERF_EVENTS
select IRQ_WORK
- select SRCU
help
Enable kernel support for various performance events provided
by software and hardware.