On Wednesday 07 October 2015 12:57:25 Bjorn Helgaas wrote: > > diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig > > index ae873be..38fe8a8 100644 > > --- a/drivers/pci/host/Kconfig > > +++ b/drivers/pci/host/Kconfig > > @@ -105,7 +105,7 @@ config PCI_XGENE_MSI > > > > config PCI_LAYERSCAPE > > bool "Freescale Layerscape PCIe controller" > > - depends on OF && ARM > > + depends on OF && (ARM || ARM64) > > It seems like there are a couple things going on here, and I wonder if > you can split them out into separate patches. > > 1) Making this work on ARM64 as well as on ARM. This may be of > interest for other DesignWare-based drivers, so if you split this out, > maybe it would be a useful template for converting the other drivers, > too. The Kconfig change apparently made it into linux-next now, but it doesn't actually build on arm64, because the dependency that was mentioned in the cover letter [0] is not there. Arnd [0] This patch is based on v4.3-rc1 and [PATCH v9 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05 patchset from Zhou Wang. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html