diff mbox series

pci: Kconfig: select PCI_MSI_IRQ_DOMAIN by default on RISC-V

Message ID alpine.DEB.2.21.9999.1907251422040.32766@viisi.sifive.com (mailing list archive)
State Superseded, archived
Headers show
Series pci: Kconfig: select PCI_MSI_IRQ_DOMAIN by default on RISC-V | expand

Commit Message

Paul Walmsley July 25, 2019, 9:25 p.m. UTC
This is part of adding support for RISC-V systems with PCIe host 
controllers that support message-signaled interrupts.

Signed-off-by: Wesley Terpstra <wesley@sifive.com>
[paul.walmsley@sifive.com: wrote patch description; split this
 patch from the arch/riscv patch]
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
---
 drivers/pci/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul Walmsley July 25, 2019, 9:26 p.m. UTC | #1
On Thu, 25 Jul 2019, Paul Walmsley wrote:

> This is part of adding support for RISC-V systems with PCIe host 
> controllers that support message-signaled interrupts.
> 
> Signed-off-by: Wesley Terpstra <wesley@sifive.com>
> [paul.walmsley@sifive.com: wrote patch description; split this
>  patch from the arch/riscv patch]
> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>

This is missing Wes' From: line.  Will resend a fixed patch

- Paul
diff mbox series

Patch

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 2ab92409210a..beb3408a0272 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
+	def_bool ARC || ARM || ARM64 || X86 || RISCV
 	depends on PCI_MSI
 	select GENERIC_MSI_IRQ_DOMAIN