aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2019-10-25 08:10:38 +0200
committerBjorn Helgaas <bhelgaas@google.com>2019-11-26 13:14:11 -0600
commit191d6f91f283dfb007499bb8529d54c3ac434bd7 (patch)
tree5ad78979ca2c9e7ccdfea9c92dc3cb22e7b7d710 /drivers/pci/Kconfig
parentasm-generic: Make msi.h a mandatory include/asm header (diff)
downloadwireguard-linux-191d6f91f283dfb007499bb8529d54c3ac434bd7.tar.xz
wireguard-linux-191d6f91f283dfb007499bb8529d54c3ac434bd7.zip
PCI: Remove PCI_MSI_IRQ_DOMAIN architecture whitelist
The only apparent reason for the PCI_MSI_IRQ_DOMAIN architecture whitelist was that it requires msi.h. Now that msi.h is mandatory in asm-generic/Kbuild, every arch should have at least the default version, so remove the whitelist. Built for all the architectures that play nice with make.cross, but not boot tested anywhere. Link: https://lore.kernel.org/r/514e7b040be8ccd69088193aba260da1b89e919c.1571983829.git.michal.simek@xilinx.com Signed-off-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Waiman Long <longman@redhat.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index a304f5ea11b9..77c1428cd945 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 || RISCV
+ def_bool y
depends on PCI_MSI
select GENERIC_MSI_IRQ_DOMAIN