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