]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Remove PCI_MSI_IRQ_DOMAIN architecture whitelist
authorPalmer Dabbelt <palmer@sifive.com>
Fri, 25 Oct 2019 06:10:38 +0000 (08:10 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 26 Nov 2019 19:14:11 +0000 (13:14 -0600)
commit191d6f91f283dfb007499bb8529d54c3ac434bd7
tree5ad78979ca2c9e7ccdfea9c92dc3cb22e7b7d710
parenta1b39bae16a62ce4aae02d958224f19316d98b24
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>
drivers/pci/Kconfig