summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-10-03 14:43:20 (GMT)
committerBjorn Helgaas <bhelgaas@google.com>2016-10-03 14:43:20 (GMT)
commit6c6cba49495c3a254c1bc922afeb69e1431d2c23 (patch)
tree1be15c312d2ab6713fece384bca3d0f9bf09d284 /drivers/pci
parent5485e49f71610a005304f8a3617ab2893543a1dc (diff)
parentf8430eae9f1b439154dbe8bd77d697c4cece145b (diff)
downloadlinux-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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 67f9916..6555eb7 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