tomoyo: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 13 Jan 2023 14:08:04 +0000 (23:08 +0900)
committerTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Fri, 13 Jan 2023 14:10:03 +0000 (23:10 +0900)
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>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
security/tomoyo/Kconfig

index 772d2ab..ee0c1f4 100644 (file)
@@ -6,7 +6,6 @@ config SECURITY_TOMOYO
        select SECURITYFS
        select SECURITY_PATH
        select SECURITY_NETWORK
-       select SRCU
        default n
        help
          This selects TOMOYO Linux, pathname-based access control.