public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled
@ 2025-01-27 18:09 Hamza Mahfooz
  2025-01-27 21:02 ` Michael Kelley
  0 siblings, 1 reply; 6+ messages in thread
From: Hamza Mahfooz @ 2025-01-27 18:09 UTC (permalink / raw)
  To: linux-hyperv
  Cc: Hamza Mahfooz, stable, Wei Liu, K. Y. Srinivasan, Haiyang Zhang,
	Dexuan Cui, linux-kernel

We should select PCI_HYPERV here, otherwise it's possible for devices to
not show up as expected, at least not in an orderly manner.

Cc: stable@vger.kernel.org
Cc: Wei Liu <wei.liu@kernel.org>
Signed-off-by: Hamza Mahfooz <hamzamahfooz@linux.microsoft.com>
---
 drivers/hv/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
index 862c47b191af..6ee75b3f0fa6 100644
--- a/drivers/hv/Kconfig
+++ b/drivers/hv/Kconfig
@@ -9,6 +9,7 @@ config HYPERV
 	select PARAVIRT
 	select X86_HV_CALLBACK_VECTOR if X86
 	select OF_EARLY_FLATTREE if OF
+	select PCI_HYPERV if PCI
 	help
 	  Select this option to run Linux as a Hyper-V client operating
 	  system.
-- 
2.47.1


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

end of thread, other threads:[~2025-01-28  4:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27 18:09 [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled Hamza Mahfooz
2025-01-27 21:02 ` Michael Kelley
2025-01-27 21:42   ` Hamza Mahfooz
2025-01-27 22:14     ` Michael Kelley
2025-01-28  4:10     ` Wei Liu
2025-01-28  4:45       ` Michael Kelley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox