]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Wed, 14 May 2025 06:55:13 +0000 (08:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 14 May 2025 11:43:56 +0000 (05:43 -0600)
Commit 9bc1e897a821 ("blk-mq: remove unused queue mapping helpers") makes
the two config options, BLK_MQ_PCI and BLK_MQ_VIRTIO, have no remaining
effect.

Remove the two obsolete config options.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Daniel Wagner <dwagner@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20250514065513.463941-1-lukas.bulwahn@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Kconfig

index df8973bc0539118de514088d7533083bad753411..15027963472d7b40e27b9097a5993c457b5b3054 100644 (file)
@@ -211,14 +211,6 @@ config BLK_INLINE_ENCRYPTION_FALLBACK
 
 source "block/partitions/Kconfig"
 
-config BLK_MQ_PCI
-       def_bool PCI
-
-config BLK_MQ_VIRTIO
-       bool
-       depends on VIRTIO
-       default y
-
 config BLK_PM
        def_bool PM