> 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?