Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lukas Bulwahn and committed by
Jens Axboe
1e332795 77fd359b

-8
-8
block/Kconfig
··· 211 211 212 212 source "block/partitions/Kconfig" 213 213 214 - config BLK_MQ_PCI 215 - def_bool PCI 216 - 217 - config BLK_MQ_VIRTIO 218 - bool 219 - depends on VIRTIO 220 - default y 221 - 222 214 config BLK_PM 223 215 def_bool PM 224 216