diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-04 16:37:55 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-01-11 11:37:02 -0800 |
commit | 22cb284808cb83c94a227893925e4d9cc4384fec (patch) | |
tree | 6f6035d66fe1e0cc8b4760e38e3a835215e82f69 /drivers/clk/Kconfig | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
download | linux-22cb284808cb83c94a227893925e4d9cc4384fec.tar.gz linux-22cb284808cb83c94a227893925e4d9cc4384fec.tar.bz2 linux-22cb284808cb83c94a227893925e4d9cc4384fec.zip |
drivers/clk: 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 <paulmck@kernel.org>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: <linux-clk@vger.kernel.org>
Link: https://lore.kernel.org/r/20230105003813.1770367-9-paulmck@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index d79905f3e174..b6c5bf69a2b2 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -23,7 +23,6 @@ menuconfig COMMON_CLK depends on !HAVE_LEGACY_CLK select HAVE_CLK_PREPARE select HAVE_CLK - select SRCU select RATIONAL help The common clock framework is a single definition of struct |