Skip to content

Commit 7f5441c

Browse files
committed
PCI: hv: Add 'Microsoft' to Kconfig prompt
Add the "Microsoft" vendor name to the CONFIG_PCI_HYPERV_INTERFACE Kconfig prompt so it matches other PCIe drivers and other Hyper-V prompts. Link: https://lore.kernel.org/r/20230418174336.145585-3-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Wei Liu <wei.liu@kernel.org> Cc: K. Y. Srinivasan <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Dexuan Cui <decui@microsoft.com>
1 parent 6ba4ce6 commit 7f5441c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/pci/controller/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,12 @@ config PCIE_BRCMSTB
285285
Broadcom STB based SoCs, like the Raspberry Pi 4.
286286

287287
config PCI_HYPERV_INTERFACE
288-
tristate "Hyper-V PCI Interface"
288+
tristate "Microsoft Hyper-V PCI Interface"
289289
depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI
290290
help
291-
The Hyper-V PCI Interface is a helper driver allows other drivers to
292-
have a common interface with the Hyper-V PCI frontend driver.
291+
The Hyper-V PCI Interface is a helper driver that allows other
292+
drivers to have a common interface with the Hyper-V PCI frontend
293+
driver.
293294

294295
config PCI_LOONGSON
295296
bool "LOONGSON PCI Controller"

0 commit comments

Comments
 (0)