linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] PCI: tegra: Do not build on 64-bit ARM
@ 2014-11-12 13:53 Thierry Reding
  2014-11-12 13:53 ` [PATCH 2/2] PCI: tegra: Add Kconfig help text Thierry Reding
  2014-11-13 19:04 ` [PATCH 1/2] PCI: tegra: Do not build on 64-bit ARM Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2014-11-12 13:53 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-tegra

From: Thierry Reding <treding@nvidia.com>

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: Thierry Reding <treding@nvidia.com>
---
 drivers/pci/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 3dc25fad490c..9c56137e5e5e 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -32,7 +32,7 @@ config PCI_IMX6
 
 config PCI_TEGRA
 	bool "NVIDIA Tegra PCIe controller"
-	depends on ARCH_TEGRA
+	depends on ARCH_TEGRA && !ARM64
 
 config PCI_RCAR_GEN2
 	bool "Renesas R-Car Gen2 Internal PCI controller"
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-13 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 13:53 [PATCH 1/2] PCI: tegra: Do not build on 64-bit ARM Thierry Reding
2014-11-12 13:53 ` [PATCH 2/2] PCI: tegra: Add Kconfig help text Thierry Reding
2014-11-13 19:04 ` [PATCH 1/2] PCI: tegra: Do not build on 64-bit ARM Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).