Skip to content

Commit 760d560

Browse files
bulwahnbjorn-helgaas
authored andcommitted
PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAIN
a474d3f ("PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN") removed PCI_MSI_IRQ_DOMAIN and changed all references to refer to PCI_MSI instead. ba6ed46 ("PCI: dwc: Add Baikal-T1 PCIe controller support") independently added PCIE_BT1, depending on PCI_MSI_IRQ_DOMAIN. Both commits appeared in v6.2-rc1, so the latter missed the conversion from PCI_MSI_IRQ_DOMAIN to PCI_MSI. Update PCIE_BT1 to depend on PCI_MSI instead. [bhelgaas: commit log] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Serge Semin <[email protected]>
1 parent 1b929c0 commit 760d560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/dwc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ config PCIE_ARTPEC6_EP
225225
config PCIE_BT1
226226
tristate "Baikal-T1 PCIe controller"
227227
depends on MIPS_BAIKAL_T1 || COMPILE_TEST
228-
depends on PCI_MSI_IRQ_DOMAIN
228+
depends on PCI_MSI
229229
select PCIE_DW_HOST
230230
help
231231
Enables support for the PCIe controller in the Baikal-T1 SoC to work

0 commit comments

Comments
 (0)