All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: PCIE: Rename option title to something less confusing
@ 2013-07-04 20:45 Ezequiel Garcia
  2013-07-05 21:11 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Ezequiel Garcia @ 2013-07-04 20:45 UTC (permalink / raw)
  To: linux-pci; +Cc: bhelgaas, Thomas Petazzoni, Ezequiel Garcia

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(-)

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


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

end of thread, other threads:[~2013-07-05 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04 20:45 [PATCH] PCI: PCIE: Rename option title to something less confusing Ezequiel Garcia
2013-07-05 21:11 ` Bjorn Helgaas

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.