diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-03 17:43:20 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-03 17:43:20 +0300 |
commit | 6c6cba49495c3a254c1bc922afeb69e1431d2c23 (patch) | |
tree | 1be15c312d2ab6713fece384bca3d0f9bf09d284 /drivers/pci | |
parent | 5485e49f71610a005304f8a3617ab2893543a1dc (diff) | |
parent | f8430eae9f1b439154dbe8bd77d697c4cece145b (diff) | |
download | linux-6c6cba49495c3a254c1bc922afeb69e1431d2c23.tar.xz |
Merge branch 'pci/msi' into next
* pci/msi:
PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARC
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 67f9916ff14d..6555eb78d91c 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -25,7 +25,7 @@ config PCI_MSI If you don't know what to do here, say Y. config PCI_MSI_IRQ_DOMAIN - def_bool ARM || ARM64 || X86 + def_bool ARC || ARM || ARM64 || X86 depends on PCI_MSI select GENERIC_MSI_IRQ_DOMAIN |