aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-02-18 14:32:10 +0100
committerBjorn Helgaas <bhelgaas@google.com>2016-02-27 08:52:20 -0600
commit61d9e854dfb91b46b99ffd3d31fc7d45d2b95f31 (patch)
tree423cfec32fdad95e8a8b677bcccce1c1167aa064 /drivers/pci
parentRevert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" (diff)
downloadlinux-dev-61d9e854dfb91b46b99ffd3d31fc7d45d2b95f31.tar.xz
linux-dev-61d9e854dfb91b46b99ffd3d31fc7d45d2b95f31.zip
PCI: mvebu: Restrict build to 32-bit ARM
This driver uses PCI glue that is only available on 32-bit ARM. This used to work fine as long as ARCH_MVEBU and ARCH_DOVE were exclusively 32-bit, but there's a patch in the pipe to make ARCH_MVEBU also available on 64-bit ARM. [bhelgaas: changelog; patch is coming but not merged yet] Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/host/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 75a605426538..d1cdd9c992ac 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -14,6 +14,7 @@ config PCI_DRA7XX
config PCI_MVEBU
bool "Marvell EBU PCIe controller"
depends on ARCH_MVEBU || ARCH_DOVE
+ depends on ARM
depends on OF
config PCIE_DW