On Wed, Oct 28, 2020 at 09:22:47AM -0500, Rob Herring wrote: > On Tue, Oct 27, 2020 at 02:00:11PM +0800, Wan Ahmad Zainie wrote: ... > > +config PCIE_KEEMBAY_HOST > > + bool "Intel Keem Bay PCIe controller - Host mode" > > + depends on ARCH_KEEMBAY || (ARM64 && COMPILE_TEST) > > Why only ARM64 for compile test? It's just for consistency with other Keem Bay drivers which may or may not use ARM64 specific call. Since DWC3 core PCI driver is used on many platforms and is being tested on other architectures, I think it's fine. This glue driver is for certain platform. But what I'm wondering now is if the existing glue code for some other platform can be reused here. > > + depends on PCI && PCI_MSI_IRQ_DOMAIN > > + select PCIE_DW_HOST > > + select PCIE_KEEMBAY -- With Best Regards, Andy Shevchenko