diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-09-23 16:10:12 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-09-23 16:10:12 -0500 |
commit | 3ddbff3676bea1fbd6c1b70e12416e17aaf91a66 (patch) | |
tree | da0a4ef3ab43815a18ecd8aef9618b3bafac1d05 /drivers/pci | |
parent | 6ce54f0219c8794b603b0dea2673cfa1998a137c (diff) | |
parent | 2a9af0273c1cd6647df4f6475b45d823494bf13a (diff) | |
download | linux-3ddbff3676bea1fbd6c1b70e12416e17aaf91a66.tar.bz2 |
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/pci')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
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 |