Skip to content

Commit 61d9e85

Browse files
thierryredingbjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Thomas Petazzoni <[email protected]>
1 parent 6c777e8 commit 61d9e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/host/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ config PCI_DRA7XX
1414
config PCI_MVEBU
1515
bool "Marvell EBU PCIe controller"
1616
depends on ARCH_MVEBU || ARCH_DOVE
17+
depends on ARM
1718
depends on OF
1819

1920
config PCIE_DW

0 commit comments

Comments
 (0)