summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2019-09-23 16:10:12 -0500
committerBjorn Helgaas <bhelgaas@google.com>2019-09-23 16:10:12 -0500
commit3ddbff3676bea1fbd6c1b70e12416e17aaf91a66 (patch)
treeda0a4ef3ab43815a18ecd8aef9618b3bafac1d05 /drivers
parent6ce54f0219c8794b603b0dea2673cfa1998a137c (diff)
parent2a9af0273c1cd6647df4f6475b45d823494bf13a (diff)
Merge branch 'pci/msi'
- Enable PCI_MSI_IRQ_DOMAIN support for RISC-V (Wesley Terpstra) * pci/msi: PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-V
Diffstat (limited to 'drivers')
-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