diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-05-04 10:43:29 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-05-04 10:43:29 -0500 |
commit | 5b8dafa1e3b880decc2247397b8ae0882af0ba6e (patch) | |
tree | e9c4140dec540c7a1be5df820e475ebcd84e5228 /drivers/pci/controller/dwc/Kconfig | |
parent | 98d771eb3df23207d671a9efb1160c018ab8e492 (diff) | |
parent | 5859c926d1f052ee61b5815b14658875c14f6243 (diff) | |
download | lwn-5b8dafa1e3b880decc2247397b8ae0882af0ba6e.tar.gz lwn-5b8dafa1e3b880decc2247397b8ae0882af0ba6e.zip |
Merge branch 'remotes/lorenzo/pci/tegra'
- Make several tegra symbols const (Rikard Falkeborn)
- Fix tegra Kconfig host/endpoint typo (Wesley Sheng)
- Fix runtime PM imbalance (Dinghao Liu)
* remotes/lorenzo/pci/tegra:
PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()
PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194
PCI: tegra: Constify static structs
Diffstat (limited to 'drivers/pci/controller/dwc/Kconfig')
-rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index ecac22764559..423d35872ce4 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -280,7 +280,7 @@ config PCIE_TEGRA194_EP select PCIE_TEGRA194 help Enables support for the PCIe controller in the NVIDIA Tegra194 SoC to - work in host mode. There are two instances of PCIe controllers in + work in endpoint mode. There are two instances of PCIe controllers in Tegra194. This controller can work either as EP or RC. In order to enable host-specific features PCIE_TEGRA194_HOST must be selected and in order to enable device-specific features PCIE_TEGRA194_EP must be |