[PATCH 2/7] PCI: hv: Add 'Microsoft' to Kconfig prompt

Bjorn Helgaas posted 7 patches 2 years, 8 months ago
[PATCH 2/7] PCI: hv: Add 'Microsoft' to Kconfig prompt
Posted by Bjorn Helgaas 2 years, 8 months ago
From: Bjorn Helgaas <bhelgaas@google.com>

Add the "Microsoft" vendor name to the CONFIG_PCI_HYPERV_INTERFACE Kconfig
prompt so it matches other PCIe drivers and other Hyper-V prompts.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Wei Liu <wei.liu@kernel.org>
Cc: Dexuan Cui <decui@microsoft.com>
---
 drivers/pci/controller/Kconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 42654035654a..8b1f9a3f83ea 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -285,11 +285,12 @@ config PCIE_BRCMSTB
 	  Broadcom STB based SoCs, like the Raspberry Pi 4.
 
 config PCI_HYPERV_INTERFACE
-	tristate "Hyper-V PCI Interface"
+	tristate "Microsoft Hyper-V PCI Interface"
 	depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI
 	help
-	  The Hyper-V PCI Interface is a helper driver allows other drivers to
-	  have a common interface with the Hyper-V PCI frontend driver.
+	  The Hyper-V PCI Interface is a helper driver that allows other
+	  drivers to have a common interface with the Hyper-V PCI frontend
+	  driver.
 
 config PCI_LOONGSON
 	bool "LOONGSON PCI Controller"
-- 
2.25.1
Re: [PATCH 2/7] PCI: hv: Add 'Microsoft' to Kconfig prompt
Posted by Wei Liu 2 years, 8 months ago
On Tue, Apr 18, 2023 at 12:43:31PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Add the "Microsoft" vendor name to the CONFIG_PCI_HYPERV_INTERFACE Kconfig
> prompt so it matches other PCIe drivers and other Hyper-V prompts.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> Cc: K. Y. Srinivasan <kys@microsoft.com>
> Cc: Haiyang Zhang <haiyangz@microsoft.com>
> Cc: Wei Liu <wei.liu@kernel.org>
> Cc: Dexuan Cui <decui@microsoft.com>

Acked-by: Wei Liu <wei.liu@kernel.org>

> ---
>  drivers/pci/controller/Kconfig | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
> index 42654035654a..8b1f9a3f83ea 100644
> --- a/drivers/pci/controller/Kconfig
> +++ b/drivers/pci/controller/Kconfig
> @@ -285,11 +285,12 @@ config PCIE_BRCMSTB
>  	  Broadcom STB based SoCs, like the Raspberry Pi 4.
>  
>  config PCI_HYPERV_INTERFACE
> -	tristate "Hyper-V PCI Interface"
> +	tristate "Microsoft Hyper-V PCI Interface"
>  	depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI
>  	help
> -	  The Hyper-V PCI Interface is a helper driver allows other drivers to
> -	  have a common interface with the Hyper-V PCI frontend driver.
> +	  The Hyper-V PCI Interface is a helper driver that allows other
> +	  drivers to have a common interface with the Hyper-V PCI frontend
> +	  driver.
>  
>  config PCI_LOONGSON
>  	bool "LOONGSON PCI Controller"
> -- 
> 2.25.1
>