projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a091c
)
PCI: tegra: Enable the driver on 64-bit ARM
author
Thierry Reding
<treding@nvidia.com>
Fri, 25 Nov 2016 10:57:16 +0000
(11:57 +0100)
committer
Bjorn Helgaas
<helgaas@kernel.org>
Wed, 7 Dec 2016 18:07:05 +0000
(12:07 -0600)
The Tegra PCI host controller driver no longer relies on any of the 32-bit
ARM glue for PCI, so it can be enabled on 64-bit configurations.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
drivers/pci/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pci/host/Kconfig
b/drivers/pci/host/Kconfig
index
d7e7c0a
..
bdec31a
100644
(file)
--- a/
drivers/pci/host/Kconfig
+++ b/
drivers/pci/host/Kconfig
@@
-69,7
+69,7
@@
config PCI_IMX6
config PCI_TEGRA
bool "NVIDIA Tegra PCIe controller"
- depends on ARCH_TEGRA
&& !ARM64
+ depends on ARCH_TEGRA
help
Say Y here if you want support for the PCIe host controller found
on NVIDIA Tegra SoCs.