diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-07-04 17:45:20 -0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-07-25 12:18:41 -0600 |
commit | d47af0bcc1d6b0f10ffb7af41d216e4d7710afc2 (patch) | |
tree | 9ca1849fbc12736fda084e76f80e0f35b0a3aefa /drivers/pci/pcie | |
parent | ddc191f529be25fd8bfdadab2472d3446c17ae05 (diff) |
PCI: Rename "PCI Express support" kconfig title
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>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r-- | drivers/pci/pcie/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig index 569f82fc9e22..a82e70a41039 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 |