aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWesley Terpstra <[email protected]>2019-07-25 14:28:07 -0700
committerBjorn Helgaas <[email protected]>2019-08-08 22:13:50 -0500
commit2a9af0273c1cd6647df4f6475b45d823494bf13a (patch)
tree1835711e8fc2f774f7968b9a67ccd3d87ddead57
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
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/[email protected] Signed-off-by: Wesley Terpstra <[email protected]> [[email protected]: wrote patch description; split this patch from the arch/riscv patch] Signed-off-by: Paul Walmsley <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Bin Meng <[email protected]>
-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