diff options
author | Wesley Sheng <[email protected]> | 2020-12-31 11:25:39 +0800 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2021-03-22 18:18:30 +0000 |
commit | 10739e2a5e83ecac6a7d2422369c5fe8a1a72b04 (patch) | |
tree | dd368709bfd3ccb54cc9009451c71174f6e5df80 /drivers/pci/controller/dwc | |
parent | d895ce703098fe4939b081026d77afccddec44df (diff) |
PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194
In config PCIE_TEGRA194_EP the mode incorrectly is referred to as
host mode. Fix it.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Wesley Sheng <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Krzysztof WilczyĆski <[email protected]>
Acked-by: Vidya Sagar <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
-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 22c5529e9a65..c26572e1a7ef 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 |