All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}
@ 2025-05-14  6:55 Lukas Bulwahn
  2025-05-14  6:56 ` Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2025-05-14  6:55 UTC (permalink / raw)
  To: Jens Axboe, Daniel Wagner, Christoph Hellwig, Hannes Reinecke,
	Ming Lei, John Garry, linux-block
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.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@redhat.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-14 11:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-14  6:55 [PATCH] block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO} Lukas Bulwahn
2025-05-14  6:56 ` Christoph Hellwig
2025-05-14  7:04 ` Daniel Wagner
2025-05-14  7:12   ` John Garry
2025-05-14  7:28   ` Lukas Bulwahn
2025-05-14 11:44 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.