aboutsummaryrefslogtreecommitdiffstats
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
parentMerge branch 'pci/misc' (diff)
parentPCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-V (diff)
downloadlinux-dev-3ddbff3676bea1fbd6c1b70e12416e17aaf91a66.tar.xz
linux-dev-3ddbff3676bea1fbd6c1b70e12416e17aaf91a66.zip
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
-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