Skip to content

Commit 191d6f9

Browse files
palmer-dabbeltbjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Michal Simek <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Waiman Long <[email protected]>
1 parent a1b39ba commit 191d6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ config PCI_MSI
5252
If you don't know what to do here, say Y.
5353

5454
config PCI_MSI_IRQ_DOMAIN
55-
def_bool ARC || ARM || ARM64 || X86 || RISCV
55+
def_bool y
5656
depends on PCI_MSI
5757
select GENERIC_MSI_IRQ_DOMAIN
5858

0 commit comments

Comments
 (0)