diff mbox

PCI: PCIE: Rename option title to something less confusing

Message ID 1372970720-14016-1-git-send-email-ezequiel.garcia@free-electrons.com (mailing list archive)
State New, archived
Delegated to: Bjorn Helgaas
Headers show

Commit Message

Ezequiel Garcia July 4, 2013, 8:45 p.m. UTC
The previous option title "PCI Express support" is confusing.
The name seems to imply this option is required to get PCIe support,
which is not true.

Fix it to "PCI Express Port Bus support" which is more accurate.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 drivers/pci/pcie/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjorn Helgaas July 5, 2013, 9:11 p.m. UTC | #1
On Thu, Jul 04, 2013 at 05:45:20PM -0300, Ezequiel Garcia wrote:
> The previous option title "PCI Express support" is confusing.
> The name seems to imply this option is required to get PCIe support,
> which is not true.
> 
> Fix it to "PCI Express Port Bus support" which is more accurate.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>

Applied to pci/misc for v3.12, thanks!  I'll rebase and push this branch
after v3.11-rc1 is released.

> ---
>  drivers/pci/pcie/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
> index 569f82f..a82e70a 100644
> --- a/drivers/pci/pcie/Kconfig
> +++ b/drivers/pci/pcie/Kconfig
> @@ -2,7 +2,7 @@
>  # PCI Express Port Bus Configuration
>  #
>  config PCIEPORTBUS
> -	bool "PCI Express support"
> +	bool "PCI Express Port Bus support"
>  	depends on PCI
>  	help
>  	  This automatically enables PCI Express Port Bus support. Users can
> -- 
> 1.8.1.5
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 569f82f..a82e70a 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -2,7 +2,7 @@ 
 # PCI Express Port Bus Configuration
 #
 config PCIEPORTBUS
-	bool "PCI Express support"
+	bool "PCI Express Port Bus support"
 	depends on PCI
 	help
 	  This automatically enables PCI Express Port Bus support. Users can