aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/Kconfig
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2023-01-04 16:37:53 -0800
committerJens Axboe <axboe@kernel.dk>2023-01-05 08:50:10 -0700
commitb2b50d572135c5c6e10c2ff79cd828d5a8141ef6 (patch)
tree9f10133ceb486d926e1a16ea4c05784e1b753df5 /block/Kconfig
parentRevert "pktcdvd: remove driver." (diff)
downloadwireguard-linux-b2b50d572135c5c6e10c2ff79cd828d5a8141ef6.tar.xz
wireguard-linux-b2b50d572135c5c6e10c2ff79cd828d5a8141ef6.zip
block: 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: Jens Axboe <axboe@kernel.dk> Cc: linux-block@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/Kconfig')
-rw-r--r--block/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/Kconfig b/block/Kconfig
index 444c5ab3b67e..5d9d9c84d516 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -6,7 +6,6 @@ menuconfig BLOCK
bool "Enable the block layer" if EXPERT
default y
select SBITMAP
- select SRCU
help
Provide block layer support for the kernel.