aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorWesley Terpstra <wesley@sifive.com>2019-07-25 14:28:07 -0700
committerBjorn Helgaas <bhelgaas@google.com>2019-08-08 22:13:50 -0500
commit2a9af0273c1cd6647df4f6475b45d823494bf13a (patch)
tree1835711e8fc2f774f7968b9a67ccd3d87ddead57 /drivers/pci/Kconfig
parentLinus 5.3-rc1 (diff)
downloadwireguard-linux-2a9af0273c1cd6647df4f6475b45d823494bf13a.tar.xz
wireguard-linux-2a9af0273c1cd6647df4f6475b45d823494bf13a.zip
PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-V
Add RISC-V as an arch that supports PCI_MSI_IRQ_DOMAIN. The related change to generate asm/msi.h is 251a44888183 ("riscv: include generic support for MSI irqdomains"). Link: https://lore.kernel.org/r/alpine.DEB.2.21.9999.1907251426450.32766@viisi.sifive.com 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> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
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