On Tue, Oct 08, 2019 at 08:46:52AM -0700, Christoph Hellwig wrote: > > diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig > > index a304f5ea11b9..9d259372fbfd 100644 > > --- a/drivers/pci/Kconfig > > +++ b/drivers/pci/Kconfig > > @@ -52,7 +52,7 @@ config PCI_MSI > > If you don't know what to do here, say Y. > > > > config PCI_MSI_IRQ_DOMAIN > > - def_bool ARC || ARM || ARM64 || X86 || RISCV > > + def_bool ARC || ARM || ARM64 || X86 || RISCV || MICROBLAZE > > Can you find out what the actual dependency is so that we can > automatically enabled this instead of the weird arch list? Hi Michal, I'll wait for your response on whether it's feasible to do something smarter than listing every arch here. Please ping here or post a v3; since I marked this patch "Changed Requested" in patchwork, it's fallen off my to-do list. Bjorn