On Wed, May 14, 2025 at 08:55:13AM +0200, Lukas Bulwahn wrote: > From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> > > 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. A quick grep revealed that there is at least a test config still in the tree which uses BLK_MQ_VIRTIO: drivers/gpu/drm/ci/x86_64.config 108:CONFIG_BLK_MQ_VIRTIO=y Not sure how this is supposed to be handled. > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> Reviewed-by: Daniel Wagner <dwagner@xxxxxxx>