diff options
author | Thierry Reding <treding@nvidia.com> | 2014-11-12 08:53:38 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-11-13 14:03:57 -0500 |
commit | 6b1c4d7674edd213295befb9e007edd6aea857ff (patch) | |
tree | 14dce7f74c5f871c9d96422968ddb31ffbdbd9f3 /drivers/pci/host | |
parent | 4407308b73a33dadfc72e5754f5bba5d5dec206f (diff) |
PCI: tegra: Add Kconfig help text
Add a standard help text to the Kconfig entry for the Tegra PCIe host
controller driver.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/host')
-rw-r--r-- | drivers/pci/host/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 9c56137e5e5e..9dbb1fc68bc9 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -33,6 +33,9 @@ config PCI_IMX6 | |||
33 | config PCI_TEGRA | 33 | config PCI_TEGRA |
34 | bool "NVIDIA Tegra PCIe controller" | 34 | bool "NVIDIA Tegra PCIe controller" |
35 | depends on ARCH_TEGRA && !ARM64 | 35 | depends on ARCH_TEGRA && !ARM64 |
36 | help | ||
37 | Say Y here if you want support for the PCIe host controller found | ||
38 | on NVIDIA Tegra SoCs. | ||
36 | 39 | ||
37 | config PCI_RCAR_GEN2 | 40 | config PCI_RCAR_GEN2 |
38 | bool "Renesas R-Car Gen2 Internal PCI controller" | 41 | bool "Renesas R-Car Gen2 Internal PCI controller" |