提交 760d560f 编写于 作者: L Lukas Bulwahn 提交者: Bjorn Helgaas

PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAIN

a474d3fb ("PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN") removed
PCI_MSI_IRQ_DOMAIN and changed all references to refer to PCI_MSI instead.

ba6ed462 ("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/20221215103452.23131-1-lukas.bulwahn@gmail.comSigned-off-by: NLukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: NLorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: NSerge Semin <fancer.lancer@gmail.com>
上级 1b929c02
...@@ -225,7 +225,7 @@ config PCIE_ARTPEC6_EP ...@@ -225,7 +225,7 @@ config PCIE_ARTPEC6_EP
config PCIE_BT1 config PCIE_BT1
tristate "Baikal-T1 PCIe controller" tristate "Baikal-T1 PCIe controller"
depends on MIPS_BAIKAL_T1 || COMPILE_TEST depends on MIPS_BAIKAL_T1 || COMPILE_TEST
depends on PCI_MSI_IRQ_DOMAIN depends on PCI_MSI
select PCIE_DW_HOST select PCIE_DW_HOST
help help
Enables support for the PCIe controller in the Baikal-T1 SoC to work Enables support for the PCIe controller in the Baikal-T1 SoC to work
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册