diff options
| author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2025-05-14 09:55:13 +0300 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-05-14 14:43:56 +0300 |
| commit | 1e332795d00655305cf0ae40be4e2eaa9a399d79 (patch) | |
| tree | 45227b0bb93b8c32c5afdcff338496380dc56746 | |
| parent | 77fd359b6dfdba58f476d5c17097bab024af9467 (diff) | |
| download | linux-1e332795d00655305cf0ae40be4e2eaa9a399d79.tar.xz | |
block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}
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>
| -rw-r--r-- | block/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/block/Kconfig b/block/Kconfig index df8973bc0539..15027963472d 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -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 |
