Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4407308b authored by Thierry Reding's avatar Thierry Reding Committed by Bjorn Helgaas
Browse files

PCI: tegra: Do not build on 64-bit ARM



32-bit and 64-bit ARM use very different infrastructure to register a PCI
host bridge.  The Tegra PCIe host controller driver currently only supports
the 32-bit ARM infrastructure, so prevent it from being built on 64-bit ARM
where it will break.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent f114040e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ config PCI_IMX6


config PCI_TEGRA
config PCI_TEGRA
	bool "NVIDIA Tegra PCIe controller"
	bool "NVIDIA Tegra PCIe controller"
	depends on ARCH_TEGRA
	depends on ARCH_TEGRA && !ARM64


config PCI_RCAR_GEN2
config PCI_RCAR_GEN2
	bool "Renesas R-Car Gen2 Internal PCI controller"
	bool "Renesas R-Car Gen2 Internal PCI controller"