diff options
author | Thierry Reding <treding@nvidia.com> | 2016-11-25 05:57:16 -0500 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2016-12-07 13:07:05 -0500 |
commit | 7ac0271397ab2d389f18f4d191730dc4d4b33c11 (patch) | |
tree | 85393ec9aeb0c536c30d9e0696e63c13a3335663 /drivers/pci | |
parent | c7a091c7627c9a76d7a5c706820cb510f6992cdf (diff) |
PCI: tegra: Enable the driver on 64-bit ARM
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index d7e7c0a827c3..bdec31a83d01 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -69,7 +69,7 @@ config PCI_IMX6 | |||
69 | 69 | ||
70 | config PCI_TEGRA | 70 | config PCI_TEGRA |
71 | bool "NVIDIA Tegra PCIe controller" | 71 | bool "NVIDIA Tegra PCIe controller" |
72 | depends on ARCH_TEGRA && !ARM64 | 72 | depends on ARCH_TEGRA |
73 | help | 73 | help |
74 | Say Y here if you want support for the PCIe host controller found | 74 | Say Y here if you want support for the PCIe host controller found |
75 | on NVIDIA Tegra SoCs. | 75 | on NVIDIA Tegra SoCs. |