diff mbox series

[v5,07/12] PCI/MSI: enable PCI_MSI_IRQ_DOMAIN support for MIPS

Message ID 1537367527-20773-8-git-send-email-jim2101024@gmail.com
State Deferred
Delegated to: Lorenzo Pieralisi
Headers show
Series PCI: brcmstb: Add Broadcom Settopbox PCIe support (resend) | expand

Commit Message

Jim Quinlan Sept. 19, 2018, 2:32 p.m. UTC
Add MIPS as an arch that supports PCI_MSI_IRQ_DOMAIN and add
generation of msi.h in the MIPS arch.

Signed-off-by: Jim Quinlan <jim2101024@gmail.com>
---
 drivers/pci/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 56ff8f6..61a9539 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -22,7 +22,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
+	def_bool ARC || ARM || ARM64 || MIPS || X86
 	depends on PCI_MSI
 	select GENERIC_MSI_IRQ_DOMAIN