[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250514065513.463941-1-lukas.bulwahn@redhat.com>
Date: Wed, 14 May 2025 08:55:13 +0200
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Jens Axboe <axboe@...nel.dk>,
Daniel Wagner <wagi@...nel.org>,
Christoph Hellwig <hch@....de>,
Hannes Reinecke <hare@...e.de>,
Ming Lei <ming.lei@...hat.com>,
John Garry <john.g.garry@...cle.com>,
linux-block@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}
From: Lukas Bulwahn <lukas.bulwahn@...hat.com>
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@...hat.com>
---
block/Kconfig | 8 --------
1 file changed, 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
--
2.49.0
Powered by blists - more mailing lists