瀏覽代碼

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>
Thierry Reding 8 年之前
父節點
當前提交
7ac0271397
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pci/host/Kconfig

+ 1 - 1
drivers/pci/host/Kconfig

@@ -69,7 +69,7 @@ config PCI_IMX6
 
 
 config PCI_TEGRA
 config PCI_TEGRA
 	bool "NVIDIA Tegra PCIe controller"
 	bool "NVIDIA Tegra PCIe controller"
-	depends on ARCH_TEGRA && !ARM64
+	depends on ARCH_TEGRA
 	help
 	help
 	  Say Y here if you want support for the PCIe host controller found
 	  Say Y here if you want support for the PCIe host controller found
 	  on NVIDIA Tegra SoCs.
 	  on NVIDIA Tegra SoCs.